Commit b5974ef4 authored by Siva Rama Krishna's avatar Siva Rama Krishna

enable h2 console

parent f1fdfac7
# Enabling H2 Console
spring.h2.console.enabled=true
# Custom H2 Console URL
spring.h2.console.path=/h2
......@@ -4,4 +4,4 @@ spring.datasource.password=
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
# temporary data storage
spring.datasource.url = jdbc:h2:file:./src/main/resources/db
\ No newline at end of file
spring.datasource.url = jdbc:h2:file:./src/main/resources/SERVICE_NAME
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment