This repository contains examples that showcase the usage of jMolecules and jMolecules Integrations.
-
jmolecules-axon
— Shows how jMolecules annotations can be used to work out of the box with Axon. -
jmolecules-kotlin
— Shows how to use the kMolecules Domain-Driven Design annotations. -
jmolecules-spring-data-jdbc
— Shows how a domain model using jMolecules DDD types to express domain concepts can be persisted with minimal additional JDBC metadata. -
jmolecules-spring-data-jpa
— Shows how a domain model using jMolecules DDD types to express domain concepts can be persisted with minimal additional JPA metadata.
-
Spring RESTBucks — a hypermedia-based REST service exposing a coffee ordering business process. Uses jMolecules integrations for Spring, Jackson and persistence code generation via the jMolecules ByteBuddy plugin.