src/main/resources/application.yml
@@ -24,7 +24,7 @@ configuration: default-enum-type-handler: org.apache.ibatis.type.EnumOrdinalTypeHandler # 通用枚举处理器 # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 日志打印 type-enums-package: com.monkeylessey.enums.general # 通用枚举所在包路径 type-enums-package: com.ycl.jxkg.domain.enums.general # 通用枚举所在包路径 mapper-locations: classpath*:mapper/*.xml # mapper.xml位置 system: @@ -64,8 +64,6 @@ hikari: idle-timeout: 600000 #10 min max-lifetime: 1800000 #30 min #runningtime environment profiles: active: dev