java mysql springboot jpa stackoverflow

Java
// mySQL cannot find database error
1: Add database name to the schema
2: There is a Cone tower button with + sign to add schema


// Springboot Mysql timezone error
1: Add to "spring.datasource.url=jdbc:mysql://localhost:3306/{databasename}"
2: Add the following : ?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
Source

Also in Java: