설명 없음

xsr 543a0d3552 merge data block read once 2 년 전
src 543a0d3552 merge data block read once 2 년 전
.gitignore ce433f35ee first commit 2 년 전
README.md eb4cc9b4bb quartz config bind and heartBeat 2 년 전
pom.xml 874327f2d9 complete condition monitor 2 년 전
settings.xml ce433f35ee first commit 2 년 전

README.md

#示例程序使用说明:

环境说明:

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

目录描述:

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