Pessoal, todos bem?
Alguém poderia me ajudar com este erro, estou no início do curso mas não consegui subir o Spring
application.properties
spring.datasource.url=jdbc:mysql://localhost:3306/alura?useSSL=NO
spring.datasource.usarname=root spring.datasource.password=root
spring.datasource.testWhileIdle=true spring.datasource.validationQuery= SELECT 1
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.show-sql=false spring.jpa.hibernate.ddl-auto=update spring.jpa.hibernate.naming-strategy=org.hibernate.cfg.ImproveNamingStrategy spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect