dev
This commit is contained in:
parent
397cd4487e
commit
ee489a7d0f
|
|
@ -3,15 +3,15 @@ spring:
|
||||||
name: server
|
name: server
|
||||||
data:
|
data:
|
||||||
mongodb:
|
mongodb:
|
||||||
host: localhost # MongoDB服务器地址
|
host: dev.jizhiweb.cn # MongoDB服务器地址
|
||||||
port: 27017 # MongoDB端口
|
port: 27017 # MongoDB端口
|
||||||
database: syjiaer_clinic # 使用的数据库名称
|
database: syjiaer_clinic # 使用的数据库名称
|
||||||
redis:
|
redis:
|
||||||
host: localhost
|
host: dev.jizhiweb.cn
|
||||||
port: 6379
|
port: 6379
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://localhost:3306/syjiaer_clinic
|
url: jdbc:mysql://dev.jizhiweb.cn:3306/syjiaer_clinic
|
||||||
username: root
|
username: root
|
||||||
password: i7L0BS91pADGuy7z
|
password: i7L0BS91pADGuy7z
|
||||||
config:
|
config:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue