-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from AWS RDS MySQL to GCP cloud sql #2
Comments
see https://github.com/ObrienlabsDev/blog/wiki/Developer-Guide#mysql-on-docker
|
Spring Data JPApom.xml
Repositories
JPA Entities
For the problem where the column names were auto converting from tsStart to ts_start - gemini was no help - stackoverflow as usually was.
The use of EntityManager.persist(entity) over CrudRepository.save(entity, Long) - required @EnableJpaRepositories("com.delivery.repository") on the application class to pick up a non interface repository
Working
|
https://cloud.google.com/sql/mysql
mysql dump
The text was updated successfully, but these errors were encountered: