Skip to content

gviczai/bankmonitor-swe-interview-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bankmonitor REST+JPA demo refactored version

After starting the application use http://localhost:3000/swagger-ui/index.html to test its features.

Set and export the Spring Profiles environment variable before runnig the application (or set it in the run configuration in an IDE) so the in-memory h2 test database is used, when running the application locally for testing:

SPRING_PROFILES_ACTIVE=memdb

Tip: Run mvn install first, so the openapi maven plugin will generate the necessary API source files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%