Update application.yml
This commit is contained in:
parent
f260fcb3c1
commit
b35f2935ea
@ -12,13 +12,12 @@ logging:
|
|||||||
##数据源
|
##数据源
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
# url: jdbc:mysql://127.0.0.1:3306/hslink?serverTimezone=Hongkong&useUnicode=true&characterEncoding=utf8
|
url: jdbc:mysql://127.0.0.1:3306/hslink?serverTimezone=Hongkong&useUnicode=true&characterEncoding=utf8
|
||||||
url: jdbc:mysql://106.53.113.158:3306/hslink?serverTimezone=Hongkong&useUnicode=true&characterEncoding=utf8
|
|
||||||
username: root
|
username: root
|
||||||
password: Beater123
|
password: 123456
|
||||||
db-name: hslink
|
db-name: hslink
|
||||||
filters: log4j,wall,mergeStat
|
filters: log4j,wall,mergeStat
|
||||||
driverClassName: com.mysql.cj.jdbc.Driver
|
driverClassName: com.mysql.cj.jdbc.Driver
|
||||||
|
|
||||||
##文件保存路径
|
##文件保存路径
|
||||||
filePath: D:\office\phy\HSLink\HSLink-front\src\assets\file
|
filePath: D:\office\phy\HSLink\HSLink-front\src\assets\file
|
||||||
|
Loading…
Reference in New Issue
Block a user