Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 370 Bytes

File metadata and controls

13 lines (7 loc) · 370 Bytes

Eureka-Service

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

Development server

Run Eureka-Service Main class for a dev server. Navigate to http://localhost:8761/. 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