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,7 +1,5 @@
const baseUrl = 'http://106.53.113.158:8048'; //服务器地址
// const baseUrl = 'http://192.168.10.29:8048'; //服务器地址
// const baseUrl = 'http://127.0.0.1:8048'; //服务器地址
const baseUrl = 'http://192.168.10.29:8048'; //服务器地址
// const baseUrl = 'http://127.0.0.1:8048'; //服务器地址
const get = (url, data) => {
let httpDefaultOpts = {
@ -120,4 +118,4 @@ export default {
get,
post,
httpTokenRequest
}
}

View File

@ -12,13 +12,12 @@ 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
##文件保存路径
filePath: D:\office\phy\HSLink\HSLink-front\src\assets\file
filePath: D:\office\phy\HSLink\HSLink-front\src\assets\file