Skip to the content.

springboot-starter

快速开始

技术选型

原则:更新、更简洁

目录约定

src.main.java.com.example.demo
  common # 全局class、拦截器,待后期分离
  entities # 实体
  modules # 业务模块
    someModule
      xxController # 控制器
      xxService # Service
      xxRespontory # Respontory

Feature Added

example list