|
|
@ -68,7 +68,7 @@ mybatis-plus: |
|
|
# 驼峰下划线转换 |
|
|
# 驼峰下划线转换 |
|
|
map-underscore-to-camel-case: true |
|
|
map-underscore-to-camel-case: true |
|
|
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用 |
|
|
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用 |
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl |
|
|
|
|
|
|
|
|
# 安全配置 |
|
|
# 安全配置 |
|
|
security: |
|
|
security: |
|
|
|