spring-modulith-sample
buckpal
spring-modulith-sample | buckpal | |
---|---|---|
1 | 3 | |
25 | 2,204 | |
- | - | |
10.0 | 2.0 | |
about 2 years ago | 6 months ago | |
Java | Java | |
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
spring-modulith-sample
-
Spring Modulith: have we reached modularity maturity?
I've created a sample app to play with: it emulates the home page of an online shop. The home page is generated server-side with Thymeleaf and displays catalog items and a newsfeed. The latter is also accessible via an HTTP API for client-side calls (that I was too lazy to code). Items are displayed with a price, thus requiring a pricing service.
buckpal
- Hexagonal Architecture Spring example, is this right?
- Any examples of a well designed Java web backend?
-
Spring Modulith: have we reached modularity maturity?
We need rules to enforce boundaries, and they need to be treated like tests: when tests fail, one must fix them. Likewise, when one breaks a rule, one must fix it. ArchUnit is a tool to create and enforce rules. One configures the rules and verifies them as tests. Unfortunately, the configuration is time-consuming and must constantly be maintained to provide value. Here's a snippet for a sample application following the Hexagonal architecture principle:
What are some alternatives?
jmolecules - Libraries to help developers express architectural abstractions in Java code
java-ddd-example - ♨️ DDD in Java skeleton & examples. Course:
moduliths - Building modular, monolithic applications using Spring Boot
spring-user-management - A REST API for User and Role management, token generation and validation
c4-notation - Technical resources for using the C4 model for visualizing software architecture.
CleanArchitecture - Kotlin backend based on the Clean Architecture principles. Ktor, JWT, Exposed, Flyway, OpenAPI/REST & KGraphQL/GraphQL generated endpoints, Gradle.
academy-walking-skeleton - A mono repo for a walking skeleton applicaiton
piggymetrics - Microservice Architecture with Spring Boot, Spring Cloud and Docker
hotel-kata-monolith - Hotel Kata Solution with REST and Persistence layer in a structured monolith format. Perfect starting point for microservice or decoupling exercises
spring-boot-template - Template for Spring Boot applications
spring-boot-rest-example - Spring boot example with REST and spring data JPA