|
@@ -1,6 +1,5 @@
|
|
|
server:
|
|
server:
|
|
|
port: 8888
|
|
port: 8888
|
|
|
-# port: 9999
|
|
|
|
|
servlet:
|
|
servlet:
|
|
|
context-path: /reporting
|
|
context-path: /reporting
|
|
|
|
|
|
|
@@ -12,12 +11,8 @@ spring:
|
|
|
datasource:
|
|
datasource:
|
|
|
url: jdbc:mysql://localhost:3306/h3c_reporting?characterEncoding=utf-8&useSSL=FALSE&useAffectedRows=TRUE&allowMultiQueries=true&serverTimezone=GMT%2B8
|
|
url: jdbc:mysql://localhost:3306/h3c_reporting?characterEncoding=utf-8&useSSL=FALSE&useAffectedRows=TRUE&allowMultiQueries=true&serverTimezone=GMT%2B8
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
- # 本机
|
|
|
|
|
-# username: root
|
|
|
|
|
-# password: 20010420
|
|
|
|
|
- # 测试服务器
|
|
|
|
|
username: root
|
|
username: root
|
|
|
- password: CH_SC_SQL_49
|
|
|
|
|
|
|
+ password: h3creporting
|
|
|
|
|
|
|
|
mybatis-plus:
|
|
mybatis-plus:
|
|
|
mapper-locations: classpath:/mapper/ihotel/*.xml
|
|
mapper-locations: classpath:/mapper/ihotel/*.xml
|
|
@@ -38,11 +33,11 @@ my-security:
|
|
|
|
|
|
|
|
#微信小程序相关配置
|
|
#微信小程序相关配置
|
|
|
wx:
|
|
wx:
|
|
|
- app_id: wx2fc3f45732fae5d3
|
|
|
|
|
- secret: 7eee4a49a4470a77f9222995e8511547
|
|
|
|
|
|
|
+ app_id: wxc0c7fcf01e0a3442
|
|
|
|
|
+ secret: 5ef167b75add4e2d7a6a031b06946265
|
|
|
|
|
|
|
|
file:
|
|
file:
|
|
|
# 存
|
|
# 存
|
|
|
- imgPath: /home/reporting/reportImg/
|
|
|
|
|
|
|
+ imgPath: /data/nginx/html/reportImg/
|
|
|
# 取
|
|
# 取
|
|
|
- imgPathDown: https://chtech.ncjti.edu.cn/gradiate-school/reportImg/
|
|
|
|
|
|
|
+ imgPathDown: https://jiangxih3cpartner.com/reportImg/
|