# 看看springboot **Repository Path**: google853089986/look_at_springboot ## Basic Information - **Project Name**: 看看springboot - **Description**: vert.x模型 ,nio ,以及spring5flux,决定先从springboot - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-05-19 - **Last Updated**: 2021-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **[Spring Boot学习](https://my.oschina.net/u/3703858/blog)** ## 工程配置 - **demo_01** : 自定义属性、随机数、多环境配置等 - **demo_02** : 2.0 新特性(一):配置绑定全解析 - **demo_03** : 2.0 新特性(二):新增事件ApplicationStartedEvent ## Web开发 - **demo_04** : 构建一个较为复杂的RESTful API以及单元测试 - **demo_05** : 使用Thymeleaf模板引擎渲染web视图 - **demo_06** : 使用Freemarker模板引擎渲染web视图 - **demo_07** : 使用Velocity模板引擎渲染web视图 - **demo_08** : 使用beetle模板引擎渲染web视图 - **demo_09** : 使用Swagger2构建RESTful API - **demo_10** : 统一异常处理 ## 数据访问 - **demo_11** : 使用JdbcTemplate - **demo_12** : 使用Spring-data-jpa简化数据访问层 - **demo_13** : 多数据源配置(一):JdbcTemplate - **demo_14** : 多数据源配置(二):Spring-data-jpa - **demo_15** : 使用redis - **demo_16** : MyBatis注解配置详解/事物 ## 定时任务 - **demo_17** : 使用@Scheduled创建定时任务 - **demo_18** : 使用@Async实现异步调用 - **demo_19** : 使用@Async实现异步调用:自定义线程池 ## 日志管理 - **demo_20** : 使用AOP统一处理Web请求日志 - **demo_21** : 使用log4j记录日志到MongoDB ## 缓存支持 - **demo_22** : 注解配置与EhCache使用