This commit is contained in:
裴浩宇 2020-12-19 12:14:57 +08:00
commit 42586d43b8
2 changed files with 6 additions and 9 deletions

View File

@ -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) => {

View File

@ -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