I'm studying multiplatform and web development and have a problem with spring tool suite

For context I use spring tool suite maven and Lombok and the problem start today

1 i create the progect using this 6 dependency's: lombok, spring data jpa, MySQL driver, spring web, spring boot devtools and validation

2 I edit the application.properties to set up the data base which it in docker and the data that is pass by a .SQL

The problem is when run as spring boot app the console display this error "could not determine recommend jdbctype for java type 'lombok.data'" and is driving me mad

Link to the repository: https://github.com/The-Albertox/Spring

The error from the console it on the GitHub repository on file call errorConsole.txt