新疆部署初始版本
This commit is contained in:
parent
f46d421a1c
commit
7f599cabed
|
|
@ -3,17 +3,17 @@ spring:
|
|||
name: server
|
||||
data:
|
||||
mongodb:
|
||||
host: dev.jizhiweb.cn # MongoDB服务器地址
|
||||
host: localhost # MongoDB服务器地址
|
||||
port: 27017 # MongoDB端口
|
||||
database: syjiaer_clinic # 使用的数据库名称
|
||||
redis:
|
||||
host: dev.jizhiweb.cn
|
||||
host: localhost
|
||||
port: 6379
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://dev.jizhiweb.cn:3306/syjiaer_clinic
|
||||
username: root
|
||||
password: i7L0BS91pADGuy7z
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://localhost:3306/syjiaer_clinic
|
||||
username: root
|
||||
password: i7L0BS91pADGuy7z
|
||||
config:
|
||||
import: optional:classpath:developer-config.yml
|
||||
server:
|
||||
|
|
|
|||
Loading…
Reference in New Issue