Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 475 Bytes

File metadata and controls

21 lines (13 loc) · 475 Bytes

Product-Management

This project is a Spring Boot, MySQL, Hibernate and Liquibase project.

Development server

Run Product-Management Main class for a dev server. Navigate to http://localhost:8080/. The app will automatically reload if you change any of the source files.

Build

Run gradlew clean build

java -Djava.security.egd=file:/dev/./urandom -jar app.jar

Or Build It

$ cd server-product-management
$ gradlew bootJar
$ gradlew bootRun