Skip to content

petromir/spring-boot-enterprise-starters

Repository files navigation

Spring Boot enterprise starters

A set of crafted Spring Boot starters focusing on one common (sometimes grouped) problem in Enterprise Java development.

Prerequisites

  1. Install SDKMAN
  2. Initialize SDKMAN environment
sdk env install
  1. Configure Maven settings
    • Copy settings.xml to your local .m2 folder
    • Secure your Nexus password using the following Maven guide
    • Replace username & password under <server> element

Usage

Distribution to Nexus

Distribution to Nexus is configured in two places:

  1. pom.xml - <distributionManagement> tag
  2. settings.xml file, passed to Maven during the deployment in GitLab pipeline. gitlab-ci.yml file defines the actual execution of the distribution

TODO

  • Automatic incrementation of the tag version
  • Publish the starters to Maven Central

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages