diff --git a/buildpackage/src/main/resources/application-llg.yml b/buildpackage/src/main/resources/application-llg.yml index 3b1faf81..0a16527c 100644 --- a/buildpackage/src/main/resources/application-llg.yml +++ b/buildpackage/src/main/resources/application-llg.yml @@ -10,10 +10,10 @@ logging: spring: data: mongodb: - host: 192.168.2.237 - port: 27017 - database: businesscenter - auto-index-creation: true +# host: 192.168.2.237 +# port: 27017 +# database: businesscenter +# auto-index-creation: true # password: hzya1314 # username: hzya flyway: diff --git a/pom.xml b/pom.xml index 6e792070..73a24eaf 100644 --- a/pom.xml +++ b/pom.xml @@ -379,10 +379,10 @@ tlog-all-spring-boot-starter 1.5.2 - - - - + + org.springframework.boot + spring-boot-starter-data-mongodb +