Aucune description

xsr 4dd2bd8edd complete all step il y a 2 ans
src 4dd2bd8edd complete all step il y a 2 ans
.gitignore 40ea78999a 示例工程添加权限~ il y a 3 ans
README.md 20a1f8137c 自定义403配置应用 il y a 3 ans
pom.xml 4dd2bd8edd complete all step il y a 2 ans
settings.xml 30a381a9fa 本地Maven配置 il y a 3 ans

README.md

#示例程序使用说明:

环境说明:

  • JAVA版本——jdk8
  • 安全框架——Spring Security
  • ORM框架——Mybatis-Plus
  • 侵入式Api文档——Swagger2

目录描述:

|——java //核心程序
|————com.gct.subsample //subsample换成自己的工程包名
|——————config //配置类
|——————controller //视图or接口层
|——————entity //实体对象
|——————mapper //dao层数据库操作接口
|——————service //具体服务程序接口
|—————— SubSampleApplication //启动类
|——resources //静态资源or配置文件