Estou tentando de todas as formas já dropei o banco.... já mudei o esquema de pastas, mas não consigo finalizar
2026-02-25T13:34:27.388-03:00 INFO 6616 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-02-25T13:34:27.911-03:00 INFO 6616 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 430 ms. Found 1 JPA repository interface.
2026-02-25T13:34:32.481-03:00 INFO 6616 --- [ restartedMain] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
2026-02-25T13:34:32.609-03:00 INFO 6616 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-02-25T13:34:32.611-03:00 INFO 6616 --- [ restartedMain] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.18]
2026-02-25T13:34:33.062-03:00 INFO 6616 --- [ restartedMain] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 17855 ms
2026-02-25T13:34:36.432-03:00 INFO 6616 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-02-25T13:34:39.051-03:00 INFO 6616 --- [ restartedMain] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@41d85e34
2026-02-25T13:34:39.063-03:00 INFO 6616 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2026-02-25T13:34:39.623-03:00 INFO 6616 --- [ restartedMain] org.flywaydb.core.FlywayExecutor : Database: jdbc:mysql://localhost:3306/vollmed_api (MySQL 8.0)
2026-02-25T13:34:40.125-03:00 INFO 6616 --- [ restartedMain] o.f.c.i.s.JdbcTableSchemaHistory : Schema history table vollmed_api.flyway_schema_history does not exist yet
2026-02-25T13:34:40.145-03:00 INFO 6616 --- [ restartedMain] o.f.core.internal.command.DbValidate : Successfully validated 0 migrations (execution time 00:00.099s)
2026-02-25T13:34:40.146-03:00 WARN 6616 --- [ restartedMain] o.f.core.internal.command.DbValidate : No migrations found. Are your locations set up correctly?
2026-02-25T13:34:40.387-03:00 INFO 6616 --- [ restartedMain] o.f.c.i.s.JdbcTableSchemaHistory : Creating Schema History table vollmed_api.flyway_schema_history ...
2026-02-25T13:34:40.986-03:00 INFO 6616 --- [ restartedMain] o.f.core.internal.command.DbMigrate : Current version of schema vollmed_api: << Empty Schema >>
2026-02-25T13:34:41.021-03:00 INFO 6616 --- [ restartedMain] o.f.core.internal.command.DbMigrate : Schema vollmed_api is up to date. No migration necessary.
2026-02-25T13:34:41.773-03:00 INFO 6616 --- [ restartedMain] org.hibernate.orm.jpa : HHH008540: Processing PersistenceUnitInfo [name: default]
2026-02-25T13:34:42.155-03:00 INFO 6616 --- [ restartedMain] org.hibernate.orm.core : HHH000001: Hibernate ORM core version 7.2.4.Final
2026-02-25T13:34:45.131-03:00 INFO 6616 --- [ restartedMain] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-02-25T13:34:45.661-03:00 INFO 6616 --- [ restartedMain] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [jdbc:mysql://localhost:3306/vollmed_api]
Database driver: MySQL Connector/J
Database dialect: MySQLDialect
Database version: 8.0.44
Default catalog/schema: vollmed_api/undefined
Autocommit mode: undefined/unknown
Isolation level: REPEATABLE_READ [default REPEATABLE_READ]
JDBC fetch size: none
Pool: DataSourceConnectionProvider
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-02-25T13:34:50.334-03:00 INFO 6616 --- [ restartedMain] org.hibernate.orm.core : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-02-25T13:34:50.376-03:00 INFO 6616 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-02-25T13:34:51.024-03:00 INFO 6616 --- [ restartedMain] o.s.d.j.r.query.QueryEnhancerFactories : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-02-25T13:34:52.008-03:00 WARN 6616 --- [ restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2026-02-25T13:34:54.601-03:00 INFO 6616 --- [ restartedMain] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/'