Skip to content

Lg5 JVM Library

Hex Arch, DDD,SAGA, Outbox&Kafka Repository

Use JDK 21

No use frameworks, but it is important to create software using the best practices.

🚀 Using Lg5 JVM

Install 1/2: Add this to pom.xml:

pom.xml
1
2
3
4
5
<dependency>
  <groupId>com.lg5.jvm</groupId>
  <artifactId>lg5-jvm-utils</artifactId>
  <version>1.0.0-alpha.[check lts version]</version>
</dependency> 
Note: Please check the latest version

Install 2/2: Install the dependencies in your project.

terminal
mvn install

📚Contents