Skip to content

Commit

Permalink
fix: 修复 dev 配置文件中 MongoDB 重复配置项导致的启动失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
beiranc committed Jul 5, 2024
1 parent f96d494 commit 91e7218
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions survey-server/src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
server.port=8080

spring.data.mongodb.uri=
#spring.data.mongodb.database=

spring.data.mongodb.host=localhost
spring.data.mongodb.port=27017
spring.data.mongodb.database=testdb
Expand Down

0 comments on commit 91e7218

Please sign in to comment.