79302727

Date: 2024-12-23 09:59:01
Score: 1
Natty:
Report link

h2 screen db url and this application.properties url should be same

# H2 Connection
spring.datasource.url=jdbc:h2:mem:testdb
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=root
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Subham Kr Gupta