Mysql
 sql >> Database >  >> RDS >> Mysql

Spring Boot, errore JPA:errore durante l'esecuzione di DDL tramite l'istruzione JDBC

Nell'URL dell'origine dati in application.properties manca il nome del database. Dovrebbe essere così.

spring.datasource.url = jdbc:mysql://localhost:3306/dbname?useSSL=false