-
Notifications
You must be signed in to change notification settings - Fork 183
Home
Sanjay Patel edited this page Nov 17, 2018
·
22 revisions
First have a look at project home page for an introduction, getting started guide, example applications, books, video tutorials, how to seek help etc..
See here.
Spring Lemon consists of the following modules. Click on a link below to read the documentation of that module.
-
spring-lemon-exceptions: Useful for elegant exception handling and validation in any Spring project
-
spring-lemon-commons: Common for all things below
-
spring-lemon-commons-web: For developing Spring Web (non-reactive) microservices
-
spring-lemon-commons-jpa: For developing Spring Web (non-reactive) JPA microservices
- spring-lemon-jpa: For developing Spring Web (non-reactive) JPA monolith or auth-microservice
-
spring-lemon-commons-jpa: For developing Spring Web (non-reactive) JPA microservices
-
spring-lemon-commons-reactive: For developing Spring WebFlux (reactive) microservices
-
spring-lemon-commons-mongo: For developing Spring WebFlux (reactive) MongoDB microservices
- spring-lemon-reactive: For developing Spring WebFlux (reactive) MongoDB monolith or auth-microservice
-
spring-lemon-commons-mongo: For developing Spring WebFlux (reactive) MongoDB microservices
-
spring-lemon-commons-web: For developing Spring Web (non-reactive) microservices
-
spring-lemon-commons: Common for all things below
Depending on your needs, you can use any of these. For example, spring-lemon-exceptions
would be very useful in almost all Spring API projects.
- Reactive microservices using Spring Lemon - coming soon
- Non-reactive microservices using Spring Lemon - coming soon
- ...