An open API service indexing awesome lists of open source software.

https://github.com/liudmyla-hraiv/springbootapp

SpringBootApp with Hibernate-jpa and h2 (In-memory) Database + Rest-Assured tests
https://github.com/liudmyla-hraiv/springbootapp

h2-database hibernate-jpa in-memory-database java junit postman-collection rest-assured spring-boot-application unit-tests

Last synced: about 1 year ago
JSON representation

SpringBootApp with Hibernate-jpa and h2 (In-memory) Database + Rest-Assured tests

Awesome Lists containing this project

README

          

Run App
For Start tests:
# mvn clean test
# mvn clean test -X
For jar file
#mvn package
#java -jar first-demo-0.0.1-SNAPSHOT.jar --spring.profiles.active=prod
#java -jar first-demo-0.0.1-SNAPSHOT.jar --spring.profiles.active=test