日志
spring-boot-starter-logging
地址 https://www.jianshu.com/p/1fa12b92d5c4
校验
Hibernate Validator
地址 https://blog.youkuaiyun.com/qq_40965479/article/details/106178795
mysql
远程链接失败解决方案
权限bug主要是 Access denied for user ‘root‘@‘localhost‘ (using password: YES)
地址 https://blog.youkuaiyun.com/mr_hui_/article/details/88878836
数据库框架
mybatis-plus
- 打印日志
mybatis-plus:
global-config:
db-config:
logic-delete-value: 1 # 逻辑已删除值(默认为 1)
logic-not-delete-value: 0 # 逻辑未删除值(默认为 0)
mapper-locations: classpath:mapper/*.xml
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl