Due to a lack of updates from the MySQL public repository, it is best to change the SQL database to a more trusted database engine.
In this case, the new database engine will be PostgreSQL.
For doing this change, it is necessary to update the SQL driver to org.postgresql:postgresql and database migrations in src/main/resources/db/migrations.
Due to a lack of updates from the MySQL public repository, it is best to change the SQL database to a more trusted database engine.
In this case, the new database engine will be PostgreSQL.
For doing this change, it is necessary to update the SQL driver to
org.postgresql:postgresqland database migrations insrc/main/resources/db/migrations.