spring-boot-quickstart is an archetype for the developer to build a basic spring-boot project quickly.
- Basic project structure
- Exception Handler Advice
- Json Util
- Common REST response
- Druid datasource
- MybatisPlus
install manually
- git clone https://github.com/RainEye/spring-boot-quickstart.git
- cd spring-boot-quickstart
- mvn archetype:create-from-project
- cd target/generated-sources/archetype
- mvn clean install
- add the archetype to idea
- create a project from this archetype