Merge branch 'master' of https://github.com/PhyQxx/HSLink
This commit is contained in:
commit
42586d43b8
@ -1,6 +1,4 @@
|
||||
|
||||
const baseUrl = 'http://106.53.113.158:8048'; //服务器地址
|
||||
// const baseUrl = 'http://192.168.10.29:8048'; //服务器地址
|
||||
const baseUrl = 'http://192.168.10.29:8048'; //服务器地址
|
||||
// const baseUrl = 'http://127.0.0.1:8048'; //服务器地址
|
||||
|
||||
const get = (url, data) => {
|
||||
|
@ -12,10 +12,9 @@ logging:
|
||||
##数据源
|
||||
spring:
|
||||
datasource:
|
||||
# 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
|
||||
url: jdbc:mysql://127.0.0.1:3306/hslink?serverTimezone=Hongkong&useUnicode=true&characterEncoding=utf8
|
||||
username: root
|
||||
password: Beater123
|
||||
password: 123456
|
||||
db-name: hslink
|
||||
filters: log4j,wall,mergeStat
|
||||
driverClassName: com.mysql.cj.jdbc.Driver
|
||||
|
Loading…
Reference in New Issue
Block a user