/springuni-particles

Small and re-usable modules for building microservices

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

Local development

  1. Create .env with the following contents
PORT=5000
...

2a) Compile and build with

`mvn clean install`

2b) Compile and build with skipping the integration tests

`mvn clean install -Dskip.integration.tests=true`
  1. Start locally with

    mvn -pl ... spring-boot:run

Deployment to ...