src/main/resources/application.yml
@@ -45,6 +45,7 @@ # mybatis mybatis-plus: mapper-locations: classpath:org/springblade/**/mapper/*Mapper.xml #实体扫描,多个package用逗号或者分号分隔 typeAliasesPackage: org.springblade.**.entity #typeEnumsPackage: org.springblade.dashboard.entity.enums @@ -66,7 +67,7 @@ # 逻辑未删除全局值(0表示未删除,这也是Mybatis Plus的默认配置) logic-not-delete-value: 0 configuration: map-underscore-to-camel-case: true map-underscore-to-camel-case: false cache-enabled: false #swagger公共信息