lrwinx / springuni-particles

Small and re-usable modules for building microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ...

About

Small and re-usable modules for building microservices

License:GNU Lesser General Public License v3.0


Languages

Language:Java 89.4%Language:Groovy 10.6%