Merge branch 'master' of https://github.com/PhyQxx/HSLink
This commit is contained in:
commit
42586d43b8
@ -1,7 +1,5 @@
|
|||||||
|
const baseUrl = 'http://192.168.10.29:8048'; //服务器地址
|
||||||
const baseUrl = 'http://106.53.113.158: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) => {
|
const get = (url, data) => {
|
||||||
let httpDefaultOpts = {
|
let httpDefaultOpts = {
|
||||||
|
@ -12,10 +12,9 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user