Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing the h2 database #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

claubermartins
Copy link

I'm implementing the h2 database which is easier to configure and works at compile time and helps a lot as a development environment.
To access the h2 database: http://localhost:8080/h2-console/
To change the environment from dev(h2) to prod(MySql) just go to application.properties :

spring.profiles.active=prod

and change to:

spring.profiles.active=dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant