xiangpei
2024-05-31 16d10cef208de048f8b325facd143c54b7be9963
src/main/resources/application.yml
@@ -14,11 +14,18 @@
  config: classpath:logback-spring.xml
  file: xzs
#mybatis
mybatis:
  mapper-locations: classpath:/mapper/*.xml
#mybatis plus
mybatis-plus:
  global-config:
    db-config:
      logic-delete-field: deleted # 全局指定逻辑删除字段
      logic-delete-value: 1 # 逻辑删除后的值
      logic-not-delete-value: 0 # 没有删除的值
  configuration:
    log-prefix: repository.
    default-enum-type-handler: org.apache.ibatis.type.EnumOrdinalTypeHandler # 通用枚举处理器
  #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 日志打印
  type-enums-package: com.monkeylessey.enums.general # 通用枚举所在包路径
  mapper-locations: classpath*:mapper/*.xml # mapper.xml位置
system:
  security-ignore-urls: