SpringBoot > Embedded DataBase > Flashcards
H2 Database
Enable h2 console
spring.h2.console.enabled=true
What are Spring boot profiles
By default profile is activated in spring boot. application-dev.propertiesapplication-uat.propertiesapplication-prod.properties