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:
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:

View File

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