Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 429 Bytes

File metadata and controls

13 lines (7 loc) · 429 Bytes

User Management Service

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

Development server

Run UserManagementServiceApplication 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 mvnw clean build

java -Djava.security.egd=file:/dev/./urandom -jar user-management-service-0.0.1-SNAPSHOT.jar