Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.32 KB

Restful CRUD endpoint exmaple

JPA Entity States

H2 console

http://localhost:8080/h2-console

Package by Feature

Running application

Building the package: ./mvnw clean package

For activating profiles: -Dspring.profiles.active=dev

Running the app: java -jar -Dspring.profiles.active=dev target/demo-0.0.1-SNAPSHOT.jar

Other links