Skip to content

Implementing the h2 database#19

Open
claubermartins wants to merge 1 commit into
gustavoponce7:masterfrom
claubermartins:master
Open

Implementing the h2 database#19
claubermartins wants to merge 1 commit into
gustavoponce7:masterfrom
claubermartins:master

Conversation

@claubermartins

Copy link
Copy Markdown

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 change the environment from prod(MySql) to dev(h2) just go to application.properties :

spring.profiles.active=prod

and change to:

spring.profiles.active=dev

To access the h2 database: http://localhost:8080/h2-console/

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.

1 participant