Browse Source

📝 更新 TODO.md

pull/1/head
Yangkai.Shen 6 years ago
parent
commit
30e0b81d96
1 changed files with 22 additions and 22 deletions
  1. +22
    -22
      TODO.md

+ 22
- 22
TODO.md View File

@@ -1,30 +1,30 @@
# spring-boot-demo 项目TODO

推荐直接查看 [**进度计划**](https://github.com/xkcoding/spring-boot-demo/projects/1?fullscreen=true) 了解开发情况
推荐直接查看 [**进度计划**](https://github.com/ kcoding/spring-boot-demo/projects/1?fullscreen=true) 了解开发情况

## 模块计划(已完成:20 / 38)
## 模块计划(已完成:0 / 38)

- [x] ~~spring-boot-demo-helloworld(Helloworld 示例)~~
- [x] ~~spring-boot-demo-properties(读取配置文件信息)~~
- [x] ~~spring-boot-demo-actuator(对 Spring boot 的端点监控)~~
- [x] ~~spring-boot-demo-admin(对 Spring boot 可视化管控)~~
- [x] ~~spring-boot-demo-logback(集成 logback 日志)~~
- [x] ~~spring-boot-demo-aoplog(使用 AOP 拦截请求日志信息)~~
- [x] ~~spring-boot-demo-exceptionhandler(统一异常处理)~~
- [x] ~~spring-boot-demo-template-freemarker(使用模板引擎 - Freemarker)~~
- [x] ~~spring-boot-demo-template-thymeleaf(使用模板引擎 - thymeleaf)~~
- [x] ~~spring-boot-demo-template-beetl(使用模板引擎 - beetl)~~
- [ ] spring-boot-demo-helloworld(Helloworld 示例)
- [ ] spring-boot-demo-properties(读取配置文件信息)
- [ ] spring-boot-demo-actuator(对 Spring boot 的端点监控)
- [ ] spring-boot-demo-admin(对 Spring boot 可视化管控)
- [ ] spring-boot-demo-logback(集成 logback 日志)
- [ ] spring-boot-demo-aoplog(使用 AOP 拦截请求日志信息)
- [ ] spring-boot-demo-e ceptionhandler(统一异常处理)
- [ ] spring-boot-demo-template-freemarker(使用模板引擎 - Freemarker)
- [ ] spring-boot-demo-template-thymeleaf(使用模板引擎 - thymeleaf)
- [ ] spring-boot-demo-template-beetl(使用模板引擎 - beetl)
- [ ] spring-boot-demo-template-enjoy(使用模板引擎 - JFinal-Enjoy)
- [x] ~~spring-boot-demo-orm-jdbctemplate(操作 SQL 关系型数据库 - JdbcTemplate)~~
- [x] ~~spring-boot-demo-orm-jpa(操作 SQL 关系型数据库 - JPA)~~
- [x] ~~spring-boot-demo-orm-mybatis(操作 SQL 关系型数据库 - mybatis)~~
- [ ] spring-boot-demo-orm-jdbctemplate(操作 SQL 关系型数据库 - JdbcTemplate)
- [ ] spring-boot-demo-orm-jpa(操作 SQL 关系型数据库 - JPA)
- [ ] spring-boot-demo-orm-mybatis(操作 SQL 关系型数据库 - mybatis)
- [ ] spring-boot-demo-orm-beetlsql(操作 SQL 关系型数据库 - beetlSQL)
- [x] ~~spring-boot-demo-cache-redis(使用 redis 进行缓存)~~
- [ ] spring-boot-demo-cache-redis(使用 redis 进行缓存)
- [ ] spring-boot-demo-cache-ehcache(使用 Ehcache 进行缓存)
- [ ] spring-boot-demo-email(集成邮件服务)
- [x] spring-boot-demo-task-schedule(定时任务 - Task 实现)
- [ ] spring-boot-demo-task-schedule(定时任务 - Task 实现)
- [ ] spring-boot-demo-task-quartz(定时任务 - Quartz 实现)
- [x] ~~spring-boot-demo-swagger(集成 Swagger 对 API 接口进行测试管理)~~
- [ ] spring-boot-demo-swagger(集成 Swagger 对 API 接口进行测试管理)
- [ ] spring-boot-demo-rabc-security(实现基于 RABC 的权限模型 - Spring Security)
- [ ] spring-boot-demo-rabc-shiro-jpa(实现基于 RABC 的权限模型 - shiro、JPA)
- [ ] spring-boot-demo-rabc-shiro-mybatis(实现基于 RABC 的权限模型 - shiro、Mybatis)
@@ -34,14 +34,14 @@
- [ ] spring-boot-demo-mq-rabbitmq(集成消息中间件 - RabbitMQ)
- [ ] spring-boot-demo-mq-activemq(集成消息中间件 - ActiveMQ)
- [ ] spring-boot-demo-websocket(集成 websocket 服务)
- [x] ~~spring-boot-demo-ureport2 (集成 ureport2 实现自定义的复杂中国式报表引擎)~~
- [ ] spring-boot-demo-ureport2 (集成 ureport2 实现自定义的复杂中国式报表引擎)
- [ ] spring-boot-demo-uflo(集成 uflo 实现流程控制引擎)
- [ ] spring-boot-demo-urule(集成 urule 实现规则引擎)
- [ ] spring-boot-demo-activiti(集成 Activiti 实现流程控制引擎)
- [ ] spring-boot-demo-async(Spring boot 实现异步调用)
- [x] ~~spring-boot-demo-dubbo(集成 dubbo)~~
- [x] ~~spring-boot-demo-war(打包成war包)~~
- [x] ~~spring-boot-demo-elasticsearch(集成 ElasticSearch,使用原生操作 ES 的方式)~~
- [ ] spring-boot-demo-dubbo(集成 dubbo)
- [ ] spring-boot-demo-war(打包成war包)
- [ ] spring-boot-demo-elasticsearch(集成 ElasticSearch,使用原生操作 ES 的方式)

### 备注


Loading…
Cancel
Save