1 Star 0 Fork 47

najuli / spring-boot-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TODO.en.md 5.69 KB
一键复制 编辑 原始数据 按行查看 历史
不合群的混子 提交于 2019-10-23 17:34 . :memo:更新TODO.md

spring-boot-demo Project TODO List

Module plan (completed: 52 / 65)

  • spring-boot-demo-helloworld(helloworld example)
  • spring-boot-demo-properties (read configuration file information)
  • spring-boot-demo-actuator (endpoint monitoring for Spring boot)
  • spring-boot-demo-admin-client (for Spring boot visual control client)
  • spring-boot-demo-admin-server (for Spring boot visual control server)
  • spring-boot-demo-logback (integrated logback log)
  • spring-boot-demo-log-aop (use AOP to intercept request log information)
  • spring-boot-demo-exception-handler (unified exception handling)
  • spring-boot-demo-template-freemarker (using template engine - Freemarker)
  • spring-boot-demo-template-thymeleaf (using template engine - thymeleaf)
  • spring-boot-demo-template-beetl (using template engine - beetl)
  • spring-boot-demo-template-enjoy (using template engine - JFinal-Enjoy)
  • spring-boot-demo-upload (upload - integrated local upload and seven cattle cloud upload)
  • spring-boot-demo-orm-jdbctemplate (operating SQL relational database - JdbcTemplate)
  • spring-boot-demo-orm-jpa (operating SQL Relational Database - JPA)
  • spring-boot-demo-orm-mybatis (operating SQL relational database - mybatis)
  • spring-boot-demo-orm-mybatis-mapper-page (operating SQL relational database - integrating mybatis generic Mapper, PageHelper)
  • spring-boot-demo-orm-mybatis-plus (operating SQL relational database - integrating mybatis-plus, Mapper, ActiveRecord)
  • spring-boot-demo-orm-beetlsql (operating SQL relational database - beetlSQL)
  • spring-boot-demo-cache-redis (using redis for caching)
  • spring-boot-demo-cache-ehcache (using Ehcache for caching)
  • spring-boot-demo-email (integrated mail service)
  • spring-boot-demo-task (scheduled task - Task implementation)
  • spring-boot-demo-task-quartz (scheduled task - Quartz implementation)
  • spring-boot-demo-task-xxl-job (scheduled task - XXL-JOB for Distributed Scheduling)
  • spring-boot-demo-swagger (integrated Swagger for API interface test management)
  • spring-boot-demo-swagger-beauty (integrated custom and more beautiful Swagger test management of API interface)
  • spring-boot-demo-rbac-security (implementing RBAC-based permission model - Spring Security)
  • spring-boot-demo-rbac-shiro (implementing RBAC-based permission model - shiro)
  • spring-boot-demo-session(unified Session Management)
  • spring-boot-demo-oauth (OAuth2 certification)
  • spring-boot-demo-social (integrated JustAuth implements third-party authorization verification, and implements third-party logins such as QQ, WeChat, GitHub, Google, Xiaomi, etc.)
  • spring-boot-demo-zookeeper (use zookeeper to implement distributed locks with AOP)
  • spring-boot-demo-mq-rabbitmq (integrated messaging middleware - RabbitMQ)
  • spring-boot-demo-mq-rocketmq (integrated messaging middleware - RocketMQ)
  • spring-boot-demo-mq-kafka (integrated message middleware - Kafka)
  • spring-boot-demo-websocket (integrated websocket service)
  • spring-boot-demo-websocket-socketio (integrated socketio implements websocket service)
  • spring-boot-demo-ureport2 (integrated ureport2 implements a custom complex Chinese-style reporting engine)
  • spring-boot-demo-uflo (integrated uflo implementation process control engine)
  • spring-boot-demo-urule (integrated urule implementation rules engine)
  • spring-boot-demo-activiti (integrated of Activiti to implement process control engine)
  • spring-boot-demo-async (Spring boot implements asynchronous calls)
  • spring-boot-demo-dubbo (integrated dubbo)
  • spring-boot-demo-war (packaged into a war package)
  • spring-boot-demo-elasticsearch (integrated ElasticSearch)
  • spring-boot-demo-mongodb (integrated MongoDb)
  • spring-boot-demo-neo4j (integrated neo4j graph database)
  • spring-boot-demo-docker (packaged into docker image)
  • spring-boot-demo-multi-datasource-jpa (integrated JPA multi data source)
  • spring-boot-demo-multi-datasource-mybatis (integrated with mybatis multi-data source)
  • spring-boot-demo-sharding-jdbc (integrated sharding-jdbc implementation sub-library table)
  • spring-boot-demo-tio (integrated t-io)
  • spring-boot-demo-grpc (integrated grpc, configure tls/ssl) see ISSUE#5
  • spring-boot-demo-codegen (integrated velocity auto-generated code)
  • spring-boot-demo-graylog (integrated gralog log management)
  • spring-boot-demo-sso (integrated single sign on) see ISSUE#12
  • spring-boot-demo-ldap (integrated ldap)see ISSUE#23
  • spring-boot-demo-dynamic-datasource(add datasource dynamically, switch datasource dynamically)
  • spring-boot-demo-ratelimit-guava(use Guava RateLimiter to protect API by standalone rate limiting)
  • spring-boot-demo-ratelimit-redis(use Redis and Lua script implementation to protect API by distributed rate limiting)
  • spring-boot-demo-https(integrated HTTPS)
  • spring-boot-demo-elasticsearch-rest-high-level-client(integrated Elasticsearch 7.x version,use official Rest High Level Client to operate ES data)
  • spring-boot-demo-springbatch(data process)
  • spring-boot-demo-security-justauth(use JustAuth to login GitHub,and use Spring-Security to manage login state)

Remarks

Try to ensure that the corresponding demos are integrated in the order above.

1
https://gitee.com/liujian26/spring-boot-demo.git
git@gitee.com:liujian26/spring-boot-demo.git
liujian26
spring-boot-demo
spring-boot-demo
master

搜索帮助