h2 Database - franleplant/javaraptors.backend GitHub Wiki
As it comes very easy to use we are going to use for now h2 in memory DB.
How to run it?
First deploy your app
Run as > Run on Server
This will deploy the h2-DB with your APP and you will be able to access it through
http://localhost:8080/h2console
Then you put this info:
- JDBC URL: jdbc:h2:mem:javaraptors.backend
- User name: sa
- Password: sa
There you go! Now you have full access to the database