|
@@ -9,8 +9,8 @@ ruoyi:
|
|
|
# 实例演示开关
|
|
# 实例演示开关
|
|
|
demoEnabled: true
|
|
demoEnabled: true
|
|
|
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
|
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
|
|
-# profile: /home/admin/project/file
|
|
|
|
|
- profile: D:/ruoyi/uploadPath
|
|
|
|
|
|
|
+ profile: /home/admin/project/file
|
|
|
|
|
+ # profile: D:/ruoyi/uploadPath
|
|
|
# 获取ip地址开关
|
|
# 获取ip地址开关
|
|
|
addressEnabled: false
|
|
addressEnabled: false
|
|
|
cloudPath: http://127.0.0.1:8000/
|
|
cloudPath: http://127.0.0.1:8000/
|
|
@@ -27,10 +27,10 @@ customer:
|
|
|
|
|
|
|
|
#hana数据库数据同步配置
|
|
#hana数据库数据同步配置
|
|
|
hana:
|
|
hana:
|
|
|
-# hana-driver: com.sap.db.jdbc.Driver
|
|
|
|
|
-# hana-url: jdbc:sap://hanaentsltd.nipponpaint.com.cn:30015?reconnect=true
|
|
|
|
|
-# hana-user: SSB_HANA
|
|
|
|
|
-# hana-pwd: s$EW12445T
|
|
|
|
|
|
|
+ # hana-driver: com.sap.db.jdbc.Driver
|
|
|
|
|
+ # hana-url: jdbc:sap://hanaentsltd.nipponpaint.com.cn:30015?reconnect=true
|
|
|
|
|
+ # hana-user: SSB_HANA
|
|
|
|
|
+ # hana-pwd: s$EW12445T
|
|
|
hana-driver: com.sap.db.jdbc.Driver
|
|
hana-driver: com.sap.db.jdbc.Driver
|
|
|
hana-url: jdbc:sap://hanaentsltp.nipponpaint.com.cn:30015?reconnect=true
|
|
hana-url: jdbc:sap://hanaentsltp.nipponpaint.com.cn:30015?reconnect=true
|
|
|
hana-user: SSB_HANA
|
|
hana-user: SSB_HANA
|
|
@@ -97,12 +97,12 @@ spring:
|
|
|
include: uat-druid
|
|
include: uat-druid
|
|
|
# 文件上传
|
|
# 文件上传
|
|
|
servlet:
|
|
servlet:
|
|
|
- multipart:
|
|
|
|
|
- # 单个文件大小
|
|
|
|
|
- max-file-size: 10MB
|
|
|
|
|
- # 设置总上传的文件大小
|
|
|
|
|
- max-request-size: 20MB
|
|
|
|
|
- location: /data/upload_tmp
|
|
|
|
|
|
|
+ multipart:
|
|
|
|
|
+ # 单个文件大小
|
|
|
|
|
+ max-file-size: 10MB
|
|
|
|
|
+ # 设置总上传的文件大小
|
|
|
|
|
+ max-request-size: 20MB
|
|
|
|
|
+ location: /data/upload_tmp
|
|
|
tms:
|
|
tms:
|
|
|
#TMS接口地址
|
|
#TMS接口地址
|
|
|
tmsUrl: https://lbtest.lutms.com/wuliu/apissbzt/ssb_update_authFile.do
|
|
tmsUrl: https://lbtest.lutms.com/wuliu/apissbzt/ssb_update_authFile.do
|
|
@@ -136,12 +136,12 @@ spring:
|
|
|
|
|
|
|
|
# MyBatis
|
|
# MyBatis
|
|
|
mybatis:
|
|
mybatis:
|
|
|
- # 搜索指定包别名
|
|
|
|
|
- typeAliasesPackage: com.dgtly.**.domain
|
|
|
|
|
- # 配置mapper的扫描,找到所有的mapper.xml映射文件
|
|
|
|
|
- mapperLocations: classpath*:mapper/**/*Mapper.xml
|
|
|
|
|
- # 加载全局的配置文件
|
|
|
|
|
- configLocation: classpath:mybatis/mybatis-config.xml
|
|
|
|
|
|
|
+ # 搜索指定包别名
|
|
|
|
|
+ typeAliasesPackage: com.dgtly.**.domain
|
|
|
|
|
+ # 配置mapper的扫描,找到所有的mapper.xml映射文件
|
|
|
|
|
+ mapperLocations: classpath*:mapper/**/*Mapper.xml
|
|
|
|
|
+ # 加载全局的配置文件
|
|
|
|
|
+ configLocation: classpath:mybatis/mybatis-config.xml
|
|
|
|
|
|
|
|
# PageHelper分页插件
|
|
# PageHelper分页插件
|
|
|
pagehelper:
|
|
pagehelper:
|