Hey guys I'm working on a Java application with springboot, I'm a beginner with springboot and every time I try to run the project I get these errors, I don't know what's going on, I've already reviewed many articles and none can help me with this going. I leave you the code of the application.properties and the errors that it throws when running the application Thank you
application.properties
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/springboot?useSSL=false&useTimeZone=true&serverTimeZone=UTC&allowPublicKeyRetrieval=true
spring.datasource.username=root
spring.datasource.password=admin
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=create
Images of errors
I hope you can help me
if you need to see more code tell me