dev
This commit is contained in:
parent
6aa6ed9134
commit
5caf2e5fae
5
pom.xml
5
pom.xml
|
|
@ -125,6 +125,11 @@
|
|||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-mongodb</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@ spring:
|
|||
application:
|
||||
name: server
|
||||
data:
|
||||
mongodb:
|
||||
host: dev.jizhiweb.cn # MongoDB服务器地址
|
||||
port: 27017 # MongoDB端口
|
||||
database: syjiaer_clinic # 使用的数据库名称
|
||||
redis:
|
||||
host: dev.jizhiweb.cn
|
||||
port: 6379
|
||||
|
|
|
|||
Loading…
Reference in New Issue