Невозможно определить причину проблемы.
Мой файл application.properties
spring.datasource.url = "jdbc:mysql://localhost:3306/Medical_Tracking?useSSL=false"
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.generate-ddl=true
Быстрая помощь приветствуется