👋 Manage all Spring Boot dependencies to create new applications using this library. It's just faster.
From Lg Pentagon or lg5! Get Lg5-Spring to develop μ-services faster.
For more information, check this pages https://lufgarciaqu.medium.com.
For full documentation visit the Wiki.
Install 1/2: Add this to pom.xml:
<parent>
<groupId>com.lg5.spring</groupId>
<artifactId>lg5-spring-parent</artifactId>
<version>1.0.0-alpha.6ff1b95</version>
</parent>
Note: Please check the latest version
Install 2/2: Install the dependencies in your proje`ct.
mvn install
Also, Repo with Real Example using Lg5Spring use it.
- lg5-spring-parent
- lg5-spring-api-rest
- lg5-spring-client
- lg5-spring-data-jpa
- lg5-spring-kafka
- lg5-spring-logger
- lg5-spring-outbox
- lg5-spring-starter
- lg5-spring-testcontainers
- lg5-spring-acceptance-test
- lg5-spring-utils
- lg5-spring-integration-test
- lg5-common
- lg5-jvm-saga
- lg5-jvm-utils
- lg5-jvmunit-test
If you change something into some submodule, you must verify and sync the
lg5-spring-parent
If you create a submodule, you must verify and sync the
lg5-spring-parent
Using makefile
😀 To start the build for all dependencies.
make all-build
😀 To start publishing in maven
local.
make publish-local
So, you must check the folder
.m2
.
The Version Catalog with TOML file
The TOML file consists of 4 major sections:
the [versions] section is used to declare versions which can be referenced by dependencies
the [libraries] section is used to declare the aliases to coordinates
the [bundles] section is used to declare dependency bundles
the [plugins] section is used to declare plugins
The MIT License (MIT). Please see License for more information.