Use MySQL database in a Spring Boot web application through Hibernate
Update: see here for a newer post on how to use MySQL in Spring Boot writing less code and configurations (using Spring Data JPA and Hibernate). In the following is described how you can connect and...
View ArticleSpring Boot: data access with JPA, Hibernate and MySQL
Update: see here for a newer post on how to use JPA and Hibernate in Spring Boot writing less code and configurations (using Spring Data JPA). In the following is showed how to integrate JPA in Spring...
View ArticleUsing MySQL in Spring Boot via Spring Data JPA and Hibernate
This post shows how to use a MySQL database in a Spring Boot web application, using less code and configurations as possible, with the aim to take full advantage from Spring Boot. Spring Data JPA and...
View ArticleSpring Boot communications link failure with MySQL and Hibernate
Moving a Spring Boot web application in production can happen that it will be inactive for several hours (e.g. for a whole night) without making any communication to the database. If you are using...
View ArticleResolve error “SQLSTATE[HY000]: General error: 2006 MySQL server has gone...
It’s a sunny day when suddenly… Working with Drupal 8 on MAMP 3.5 you could get this error: Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[HY000]: General error: 2006 MySQL server has gone...
View Article