You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

TODO.en.md 5.2 kB

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

一个用来深度学习并实战 spring boot 的项目,目前总共包含 66 个集成demo,已经完成 55 个。