- Run
mvn clean installto build your application - Start application with
java -jar target/product-service-1.0-SNAPSHOT.jar server config.yml - To check that your application is running enter url
http://localhost:8080
To see your applications health enter url http://localhost:8081/healthcheck
Product-DB-H2-Migrate - execute H2 (dev) Data Base migration.
Product-DB-H2 - start application using H2 Data Base.
Product-DB-MySQL-Migrate - start MySQL (prod - example) migration.
Product-DB-MySQL - start application using MySQL Data Base.








