mongodb初始化注销

This commit is contained in:
lvleigang 2024-08-23 15:11:21 +08:00
parent ce177ef4b5
commit 1e31b472d2
2 changed files with 8 additions and 8 deletions

View File

@ -10,10 +10,10 @@ logging:
spring: spring:
data: data:
mongodb: mongodb:
host: 192.168.2.237 # host: 192.168.2.237
port: 27017 # port: 27017
database: businesscenter # database: businesscenter
auto-index-creation: true # auto-index-creation: true
# password: hzya1314 # password: hzya1314
# username: hzya # username: hzya
flyway: flyway:

View File

@ -379,10 +379,10 @@
<artifactId>tlog-all-spring-boot-starter</artifactId> <artifactId>tlog-all-spring-boot-starter</artifactId>
<version>1.5.2</version> <version>1.5.2</version>
</dependency> </dependency>
<!-- <dependency>--> <dependency>
<!-- <groupId>org.springframework.boot</groupId>--> <groupId>org.springframework.boot</groupId>
<!-- <artifactId>spring-boot-starter-data-mongodb</artifactId>--> <artifactId>spring-boot-starter-data-mongodb</artifactId>
<!-- </dependency>--> </dependency>
</dependencies> </dependencies>
<build> <build>