Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 398 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 398 Bytes

springboot-template

a quick template for springboot

include mybatis-plus, swagger, fastjson, hutool, knife4j.

include jwt for security.

how to use

Clone project, open it with Intellij IDEA.

Then click Tools | Save project as template

Now you can use this template to create a project!

TODO

  • entity.java.vm @TableId
  • service inject in Controller
  • only update necessary field