Group: Spring FrameworkSort by:PopularβΌ
Sort by:PopularβΌ
1. πSpring Boot158,287 usages
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can just run
2. πSpring Cloud18,648 usages
Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing, micro-proxy, control bus, short lived ...
3. πSpring Security14,651 usages
Spring Security is a powerful and highly customizable authentication and access-control framework. It is the de-facto standard for securing Spring-based applications.
4. πSpring Data7,092 usages
Spring Dataβs mission is to provide a familiar and consistent, Spring-based programming model for data access while still retaining the special traits of the underlying data store.
5. πSpring Integration2,966 usages
Extends the Spring programming model to support the well-known Enterprise Integration Patterns. Spring Integration enables lightweight messaging within Spring-based applications and supports integration with external systems via declarative adapters.
6. πSpring AI2,306 usages
Spring AI is an application framework for AI engineering. Its goal is to apply to the AI domain Spring ecosystem design principles such as portability and modular design and promote using POJOs as the building blocks of an application to the AI ...
7. πSpring Web Flow1,497 usages
Spring Web Flow builds on Spring MVC and allows implementing the 'flows' of a web application. A flow encapsulates a sequence of steps that guide a user through the execution of some business task.
8. πSpring Retry1,323 usages
Spring Retry provides an abstraction for retrying failed operations with configurable backoff strategies.
9. πSpring for Apache Kafka1,267 usages
The Spring for Apache Kafka (spring-kafka) project applies core Spring concepts to the development of Kafka-based messaging solutions. It provides a 'template' as a high-level abstraction for sending messages