|
|
|
|
|
# DataSource Config
|
|
|
spring:
|
|
|
datasource:
|
|
|
url: jdbc:mysql://localhost:3306/mudu?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
username: root
|
|
|
password: adminadmin
|
|
|
#公司本地
|
|
|
# url: jdbc:mysql://localhost:3307/mudu?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
# username: root
|
|
|
# password: Admin123@
|
|
|
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: http://localhost:9028/mudu/quatz/xctp
|
|
|
#自查url
|
|
|
zcUrl: http://localhost:9028/mudu/quatz/zctp
|
|
|
#图片路径
|
|
|
api: http://221.229.220.83:8007/api/
|
|
|
|
|
|
|
|
|
|
|
|
#获取工单信息
|
|
|
imUrl: http://localhost:9028/mudu/quatz/get
|
|
|
#获取自查信息
|
|
|
zcXxUrl: http://localhost:9028/mudu/quatz/zicha
|
|
|
|