Está sendo exibido o erro abaixo ao levantar o sistema. A file path that is implicitly relative to the current working directory is not allowed in the database URL "jdbc:h2:men:D:desenvolvimentoProjetoorum-aluraalura-forum". Use an absolute path, ~/name, ./name, or the baseDir setting instead
Configuração feita.
#datasource spring.datasource.driverClassName=org.h2.Driver spring.datasource.url=jdbc:h2:men:alura-forum pring.datasource.username=sa pring.datasource.password=
jpa
spring.jpa.databse-plataform=org.hibernate.dialect.H2Dialect spring.jpa.hibernate.dll-auto=update
h2
spring.h2.console.enabled=true spring.h2.console.path=/h2-console