Spring boot-related tools and libraries

  1. spring: is a lightweight Inversion of Control (IoC) and section (AOP) facing the container frame.
  2. spring mvc: spring mvc integrated development framework.
  3. spring boot: automatic extension spring and the frame, out of the box and convention over configuration.
  4. spring cloud: a distributed service management framework for communication between the monitor fuse and services, rely on the development of micro-spring boot service.
  5. spring security / Shiro: is able to provide a secure access control declarative security framework solutions for enterprise applications based on Spring.
  6. spring Task / quartz: task scheduling
  7. spring boot admin: manage and monitor spring boot application
  8. actuator: system monitoring
  9. mybatis: is an excellent persistence framework that supports custom SQL, stored procedures and advanced mappings.
  10. redis: is a high-performance key-value memory database.
  11. rabbitMQ / activeMQ: message queue service, the service module can be decoupled, asynchronous communication, high concurrency limit, the task times out, the data delay processing.
  12. dubbo: is a high performance, lightweight open-source Java RPC framework, which provides three core capabilities: an interface for remote method invocation, intelligent fault tolerance and load balancing, and automatic registration and service discovery.
  13. Thymeleaf / Velocity: View template engine.
  14. Solr / Elasticsearch: distributed full-text search engine
  15. nginx: Reverse Proxy
  16. tomcat: Application Server
  17. activiti: Workflow
  18. Log4j: Logs
  19. poi: Excel operations
  20. JUnit: unit testing framework
  21. Mockito: Data simulation framework
  22. AB testing tools: Analog high concurrency
  23. druid: database connection pool
  24. spring assistant Plugin: Create a spring boot project
  25. lombok plug: simplify the code
  26. WebFlux: responsive Web frame, fully asynchronous non-blocking, throughput can be improved and the system scalability (not improve performance).
  27. Consul: Registry
  28. Ribbon, Feign: Consumer Services
  29. Hystrix, Turbine: service fuse
  30. Zuul: Services Gateway
  31. Sleuth, ZipKin: Link Trace
  32. Config, Bus: Configuration Center

 

Guess you like

Origin www.cnblogs.com/kerwincui/p/12363361.html