Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 412 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 412 Bytes

admin

  • SpringBoot + MybatisPlus + SpringSecurity + thymeleaf demo

待实现

  • 用户管理:用户增加删除修改
  • 通用代码模板优化
  • ...

已实现功能

  • 基础登陆功能
  • BCryptPasswordEncoder 密码加密
  • 统一404 500页面处理
  • 统一日志AOP
  • thymeleaf 内联JS
  • 用户基础信息修改
  • 注册用户
  • html 模板
  • 阿里巴巴JAVA规范扫描