|
|
|
|
# DataSource Config 测试
|
|
|
|
|
spring:
|
|
|
|
|
datasource:
|
|
|
|
|
url: jdbc:mysql://2.38.12.18:23306/wzawb?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
|
|
username: wzawb
|
|
|
|
|
password: wzawbpassword
|
|
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 日志配置
|
|
|
|
|
logging:
|
|
|
|
|
level:
|
|
|
|
|
com.mudu: debug
|
|
|
|
|
org.springframework: warn
|
|
|
|
|
|
|
|
|
|
# MyBatis配置
|
|
|
|
|
mybatis-plus:
|
|
|
|
|
# 指定实体类所在包的路径,MyBatis-Plus 会自动扫描该路径下的实体类
|
|
|
|
|
typeAliasesPackage: com.mudu.entity
|
|
|
|
|
# 指定 Mapper 接口所在包的路径,MyBatis-Plus 会自动扫描该路径下的 Mapper 接口
|
|
|
|
|
mapperLocations: classpath*:mapper/mudu/*Mapper.xml
|
|
|
|
|
|
|
|
|
|
knife4j:
|
|
|
|
|
enable: true
|
|
|
|
|
openapi:
|
|
|
|
|
group:
|
|
|
|
|
test1:
|
|
|
|
|
group-name: 木渎
|
|
|
|
|
|
|
|
|
|
url: http://localhost:9028
|
|
|
|
|
|
|
|
|
|
#工单url
|
|
|
|
|
improveUrl: https://www.jichuanglanhai.com:88/csapi/mudu/quatz/xctp
|
|
|
|
|
|
|
|
|
|
#自查url
|
|
|
|
|
zcUrl: https://www.jichuanglanhai.com:88/csapi/mudu/quatz/zctp
|
|
|
|
|
|
|
|
|
|
#图片路径
|
|
|
|
|
api: http://mdapi.junln.net/api/
|
|
|
|
|
|
|
|
|
|
#获取工单信息
|
|
|
|
|
imUrl: https://www.jichuanglanhai.com:88/csapi/mudu/quatz/get
|
|
|
|
|
|
|
|
|
|
#获取自查信息
|
|
|
|
|
zcXxUrl: https://www.jichuanglanhai.com:88/csapi/mudu/quatz/zicha
|
|
|
|
|
|
|
|
|
|
# 班前班后
|
|
|
|
|
bqbhUrl: https://www.jichuanglanhai.com:88/csapi/mudu/aSafeBqbhpx/findAll
|
|
|
|
|
|
|
|
|
|
# 特殊作业
|
|
|
|
|
tszyUrl: https://www.jichuanglanhai.com:88/csapi/mudu/aSafeQyzypgl/findAll
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#自查周期url
|
|
|
|
|
zczqUrl: https://www.jichuanglanhai.com:88/csapi/mudu/aSafeZcrwRead/getByxxbh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#巡查周期url
|
|
|
|
|
xczqUrl: https://www.jichuanglanhai.com:88/csapi/mudu/aSafeXcrwRead/getByxxbh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#停复工url
|
|
|
|
|
tfgUrl: https://www.jichuanglanhai.com:88/csapi/mudu/aSafeTfg
|
|
|
|
|
|
|
|
|
|
|