↧
Spring 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: using Joda Time on JPA entity with Hibernate
Joda Time is the standard de facto for managing dates in Java applications. Using it on Spring is straightforward, simply add the right dependency to your project and you can use it. But some attention...
View Article