Last active
May 9, 2023 15:37
-
-
Save dev-tim/f129df34c237c32ff5e0ffa89dc00ae8 to your computer and use it in GitHub Desktop.
spring-boot-h2-config.properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring.datasource.url=jdbc:h2:mem:AZ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE | |
spring.datasource.driverClassName=org.h2.Driver | |
spring.datasource.username=sa | |
spring.datasource.password= | |
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect | |
spring.h2.console.enabled=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment