Utwórz bazę danych, jeśli nie istnieje MySQL True Spring Boot

spring.datasource.url=jdbc:mysql://localhost:3306/test?createDatabaseIfNotExist=true
Ashamed Addax