Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.28 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.28 KB

jt-framework-samples-maven

说明

该仓库中的几个项目均可单独打包,没有依赖关系。

.
├── jt-808-server-sample-annotation     ## 基于注解的示例(spring-boot-2.x)
├── jt-808-server-sample-bare           ## 空项目 quick-start 示例(spring-boot-2.x)
├── jt-808-server-sample-bare-boot3     ## 空项目 quick-start 示例(spring-boot-3.x)
├── jt-808-server-sample-customized     ## 定制化需求示例(spring-boot-2.x)
├── samples-with-dashboard              ## 和 jt-dashboard 整合的示例(spring-boot-3.x)
└── pom.xml

Docs