xiangpei
2024-06-03 9014ae6e56a419d8cffa8376641726705c87a77d
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