|
@@ -16,7 +16,6 @@ spring:
|
|
datasource:
|
|
datasource:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://47.101.180.183:3306/man_mld?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&useSSL=false
|
|
url: jdbc:mysql://47.101.180.183:3306/man_mld?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&useSSL=false
|
|
- url: jdbc:mysql://47.101.180.183:3306/man_dev?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&useSSL=false
|
|
|
|
username: root
|
|
username: root
|
|
password: HuoshiDB@2022
|
|
password: HuoshiDB@2022
|
|
hikari:
|
|
hikari:
|
|
@@ -148,6 +147,10 @@ configEnv:
|
|
# 是否是私有化部署,企业内部应用
|
|
# 是否是私有化部署,企业内部应用
|
|
isPrivateDeploy: false
|
|
isPrivateDeploy: false
|
|
|
|
|
|
|
|
+privateDeployURL:
|
|
|
|
+ pcUrl: http://dev.huoshishanxin.com/#/
|
|
|
|
+ mobUrl: http://dev.huoshishanxin.com/#/
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|