Embedded DataBase Flashcards

1
Q

H2 Database

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Enable h2 console

A

spring.h2.console.enabled=true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are Spring boot profiles

A

By default profile is activated in spring boot.
application-dev.properties
application-uat.properties
application-prod.properties

How well did you know this?
1
Not at all
2
3
4
5
Perfectly