Can I use the database without the database name with JPA?
spring.datasource.url=jdbc:mariadb://localhost:3307
Can I use the database without the database name with JPA?
spring.datasource.url=jdbc:mariadb://localhost:3307
No. You will get the error "No database selected". What do you want to accomplish with this?