mongodb初始化注销
This commit is contained in:
parent
ce177ef4b5
commit
1e31b472d2
|
@ -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:
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue