Skip to content

Commit 3b10779

Browse files
committed
📝 更新TODO.md 同时新增 英文TODO.md
1 parent 9b3b241 commit 3b10779

File tree

2 files changed

+68
-2
lines changed

2 files changed

+68
-2
lines changed

TODO.en.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# spring-boot-demo Project TODO List
2+
3+
## Module plan (completed: 47 / 57)
4+
5+
- [x] ~~spring-boot-demo-helloworld(helloworld example)~~
6+
- [x] ~~spring-boot-demo-properties (read configuration file information)~~
7+
- [x] ~~spring-boot-demo-actuator (endpoint monitoring for Spring boot)~~
8+
- [x] ~~spring-boot-demo-admin-client (for Spring boot visual control client)~~
9+
- [x] ~~spring-boot-demo-admin-server (for Spring boot visual control server)~~
10+
- [x] ~~spring-boot-demo-logback (integrated logback log)~~
11+
- [x] ~~spring-boot-demo-log-aop (use AOP to intercept request log information)~~
12+
- [x] ~~spring-boot-demo-exception-handler (unified exception handling)~~
13+
- [x] ~~spring-boot-demo-template-freemarker (using template engine - Freemarker)~~
14+
- [x] ~~spring-boot-demo-template-thymeleaf (using template engine - thymeleaf)~~
15+
- [x] ~~spring-boot-demo-template-beetl (using template engine - beetl)~~
16+
- [x] ~~spring-boot-demo-template-enjoy (using template engine - JFinal-Enjoy)~~
17+
- [x] ~~spring-boot-demo-upload (upload - integrated local upload and seven cattle cloud upload)~~
18+
- [x] ~~spring-boot-demo-orm-jdbctemplate (operating SQL relational database - JdbcTemplate)~~
19+
- [x] ~~spring-boot-demo-orm-jpa (operating SQL Relational Database - JPA)~~
20+
- [x] ~~spring-boot-demo-orm-mybatis (operating SQL relational database - mybatis)~~
21+
- [x] ~~spring-boot-demo-orm-mybatis-mapper-page (operating SQL relational database - integrating mybatis generic Mapper, PageHelper)~~
22+
- [x] ~~spring-boot-demo-orm-mybatis-plus (operating SQL relational database - integrating mybatis-plus)~~
23+
- [x] ~~spring-boot-demo-orm-beetlsql (operating SQL relational database - beetlSQL)~~
24+
- [x] ~~spring-boot-demo-cache-redis (using redis for caching)~~
25+
- [x] ~~spring-boot-demo-cache-ehcache (using Ehcache for caching)~~
26+
- [x] ~~spring-boot-demo-email (integrated mail service)~~
27+
- [x] ~~spring-boot-demo-task (scheduled task - Task implementation)~~
28+
- [x] ~~spring-boot-demo-task-quartz (scheduled task - Quartz implementation)~~
29+
- [x] ~~spring-boot-demo-task-xxl-job (scheduled task - XXL-JOB for Distributed Scheduling)~~
30+
- [x] ~~spring-boot-demo-swagger (integrated Swagger for API interface test management)~~
31+
- [x] ~~spring-boot-demo-swagger-beauty (integrated custom and more beautiful Swagger test management of API interface)~~
32+
- [x] ~~spring-boot-demo-rbac-security (implementing RBAC-based permission model - Spring Security)~~
33+
- [ ] spring-boot-demo-rbac-shiro (implementing RBAC-based permission model - shiro)
34+
- [x] ~~spring-boot-demo-session(unified Session Management)~~
35+
- [ ] spring-boot-demo-oauth (OAuth2 certification)
36+
- [x] ~~spring-boot-demo-social (integrated JustAuth implements third-party authorization verification, and implements third-party logins such as QQ, WeChat, GitHub, Google, Xiaomi, etc.)~~
37+
- [x] ~~spring-boot-demo-zookeeper (use zookeeper to implement distributed locks with AOP)~~
38+
- [x] ~~spring-boot-demo-mq-rabbitmq (integrated messaging middleware - RabbitMQ)~~
39+
- [ ] spring-boot-demo-mq-rocketmq (integrated messaging middleware - RocketMQ)
40+
- [x] ~~spring-boot-demo-mq-kafka (integrated message middleware - Kafka)~~
41+
- [x] ~~spring-boot-demo-websocket (integrated websocket service)~~
42+
- [x] ~~spring-boot-demo-websocket-socketio (integrated socketio implements websocket service)~~
43+
- [ ] spring-boot-demo-ureport2 (integrated ureport2 implements a custom complex Chinese-style reporting engine)
44+
- [ ] spring-boot-demo-uflo (integrated uflo implementation process control engine)
45+
- [ ] spring-boot-demo-urule (integrated urule implementation rules engine)
46+
- [ ] spring-boot-demo-activiti (integrated of Activiti to implement process control engine)
47+
- [x] ~~spring-boot-demo-async (Spring boot implements asynchronous calls)~~
48+
- [x] ~~spring-boot-demo-dubbo (integrated dubbo)~~
49+
- [x] ~~spring-boot-demo-war (packaged into a war package)~~
50+
- [x] ~~spring-boot-demo-elasticsearch (integrated ElasticSearch)~~
51+
- [x] ~~spring-boot-demo-mongodb (integrated MongoDb)~~
52+
- [x] ~~spring-boot-demo-neo4j (integrated neo4j graph database)~~
53+
- [x] ~~spring-boot-demo-docker (packaged into docker image)~~
54+
- [x] ~~spring-boot-demo-multi-datasource-jpa (integrated JPA multi data source)~~
55+
- [x] ~~spring-boot-demo-multi-datasource-mybatis (integrated with mybatis multi-data source)~~
56+
- [x] ~~spring-boot-demo-sharding-jdbc (integrated sharding-jdbc implementation sub-library table)~~
57+
- [ ] spring-boot-demo-tio (integrated t-io)
58+
- [ ] spring-boot-demo-grpc (integrated grpc, configure tls/ssl) see [ISSUE#5](https://github.com/xkcoding/spring-boot-demo/issues/5)
59+
- [x] ~~spring-boot-demo-codegen (integrated velocity auto-generated code)~~
60+
- [x] ~~spring-boot-demo-graylog (integrated gralog log management)~~
61+
- [ ] spring-boot-demo-sso (integrated single sign on) see [ISSUE#12](https://github.com/xkcoding/spring-boot-demo/issues/12)
62+
63+
## Remarks
64+
65+
Try to ensure that the corresponding demos are integrated in the order above.

TODO.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# spring-boot-demo 项目 todo-list
1+
# spring-boot-demo 项目待办列表
2+
23
## 模块计划(已完成:47 / 57)
34

45
- [x] ~~spring-boot-demo-helloworld(Helloworld 示例)~~
@@ -59,6 +60,6 @@
5960
- [x] ~~spring-boot-demo-graylog(集成 gralog 日志管理)~~
6061
- [ ] spring-boot-demo-sso(集成单点登录)参见 [ISSUE#12](https://github.com/xkcoding/spring-boot-demo/issues/12)
6162

62-
### 备注
63+
## 备注
6364

6465
尽量保证按照上面的顺序集成相应的 demo。

0 commit comments

Comments
 (0)