|
@@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
[](https://github.com/xkcoding/spring-boot-demo/blob/master/LICENSE) [](https://github.com/xkcoding/spring-boot-demo/stargazers) [](https://github.com/xkcoding/spring-boot-demo/fork) [](https://github.com/xkcoding/spring-boot-demo/watchers) |
|
|
[](https://github.com/xkcoding/spring-boot-demo/blob/master/LICENSE) [](https://github.com/xkcoding/spring-boot-demo/stargazers) [](https://github.com/xkcoding/spring-boot-demo/fork) [](https://github.com/xkcoding/spring-boot-demo/watchers) |
|
|
|
|
|
|
|
|
spring boot demo 是一个用来学习 spring boot 的项目,已经集成 actuator (监控)、admin (可视化监控)、logback (日志)、aopLog (通过 AOP 记录 web 请求日志)、统一异常处理( json 级别和页面级别)、freemarker (模板引擎)、thymeleaf (模板引擎)、Beetl (模板引擎)、JPA (ORM 框架)、mybatis (ORM 框架)、redis-cache (缓存)、swagger (API 接口管理测试)、ureport2 (中国式报表)、打包成 war 文件、集成 ElasticSearch (采用原生操作 ES 的方式)、集成 Dubbo (采用非官方的 starter),后续会集成activemq,email,shiro,websocket,quartz,netty等模块。 |
|
|
|
|
|
|
|
|
spring boot demo 是一个用来学习 spring boot 的项目,已经集成 actuator (监控)、admin (可视化监控)、logback (日志)、aopLog (通过 AOP 记录 web 请求日志)、统一异常处理( json 级别和页面级别)、freemarker (模板引擎)、thymeleaf (模板引擎)、Beetl (模板引擎)、JPA (ORM 框架)、mybatis (ORM 框架)、redis-cache (缓存)、task (定时任务)、swagger (API 接口管理测试)、ureport2 (中国式报表)、打包成 war 文件、集成 ElasticSearch (采用原生操作 ES 的方式)、集成 Dubbo (采用非官方的 starter),后续会集成activemq,email,shiro,websocket,quartz,netty等模块。 |
|
|
|
|
|
|
|
|
依赖的 Spring Boot 版本: |
|
|
依赖的 Spring Boot 版本: |
|
|
|
|
|
|
|
@@ -66,6 +66,7 @@ spring boot demo 是一个用来学习 spring boot 的项目,已经集成 actu |
|
|
<module>../spring-boot-demo-util</module> |
|
|
<module>../spring-boot-demo-util</module> |
|
|
<module>../spring-boot-demo-elasticsearch</module> |
|
|
<module>../spring-boot-demo-elasticsearch</module> |
|
|
<module>../spring-boot-demo-template-beetl</module> |
|
|
<module>../spring-boot-demo-template-beetl</module> |
|
|
|
|
|
<module>../spring-boot-demo-task-schedule</module> |
|
|
</modules> |
|
|
</modules> |
|
|
|
|
|
|
|
|
<parent> |
|
|
<parent> |
|
@@ -165,6 +166,7 @@ spring boot demo 是一个用来学习 spring boot 的项目,已经集成 actu |
|
|
| [spring-boot-demo-orm-jpa](./spring-boot-demo-orm-jpa) | spring-boot 集成 spring-boot-starter-data-jpa 操作数据库 | |
|
|
| [spring-boot-demo-orm-jpa](./spring-boot-demo-orm-jpa) | spring-boot 集成 spring-boot-starter-data-jpa 操作数据库 | |
|
|
| [spring-boot-demo-orm-mybatis](./spring-boot-demo-orm-mybatis) | spring-boot 集成 [mybatis-spring-boot-starter](https://github.com/mybatis/spring-boot-starter)、[mybatis-spring-boot-starter](https://github.com/alibaba/druid/tree/master/druid-spring-boot-starter) | |
|
|
| [spring-boot-demo-orm-mybatis](./spring-boot-demo-orm-mybatis) | spring-boot 集成 [mybatis-spring-boot-starter](https://github.com/mybatis/spring-boot-starter)、[mybatis-spring-boot-starter](https://github.com/alibaba/druid/tree/master/druid-spring-boot-starter) | |
|
|
| [spring-boot-demo-cache-redis](./spring-boot-demo-cache-redis) | spring-boot 使用 Redis 做缓存 | |
|
|
| [spring-boot-demo-cache-redis](./spring-boot-demo-cache-redis) | spring-boot 使用 Redis 做缓存 | |
|
|
|
|
|
| [spring-boot-demo-task-schedule](./spring-boot-demo-task-schedule) | spring-boot 使用 @Scheduled 实现定时任务 | |
|
|
| [spring-boot-demo-swagger](./spring-boot-demo-swagger) | spring-boot 集成 [spring-boot-starter-swagger](https://github.com/SpringForAll/spring-boot-starter-swagger) (由大佬[翟永超](http://blog.didispace.com/)开源)用于统一管理、测试 API 接口 | |
|
|
| [spring-boot-demo-swagger](./spring-boot-demo-swagger) | spring-boot 集成 [spring-boot-starter-swagger](https://github.com/SpringForAll/spring-boot-starter-swagger) (由大佬[翟永超](http://blog.didispace.com/)开源)用于统一管理、测试 API 接口 | |
|
|
| [spring-boot-demo-ureport2](./spring-boot-demo-ureport2) | spring-boot 集成 [ureport2](https://github.com/youseries/ureport) 实现自定义报表(ureport2可以轻松实现复杂的中国式报表,功能十分强大) | |
|
|
| [spring-boot-demo-ureport2](./spring-boot-demo-ureport2) | spring-boot 集成 [ureport2](https://github.com/youseries/ureport) 实现自定义报表(ureport2可以轻松实现复杂的中国式报表,功能十分强大) | |
|
|
| [spring-boot-demo-war](./spring-boot-demo-war) | spring-boot 打成 war 包的配置 | |
|
|
| [spring-boot-demo-war](./spring-boot-demo-war) | spring-boot 打成 war 包的配置 | |
|
|