Spring Persistence (Hibernate and JPA) with a JNDI datasource Persistence Spring 1. Overview In this article, we’ll create a Spring application using Hibernate/JPA with a JNDI data source. If you want to read discover Spring and Hibernate basics, check out this article. 2. Defining a Datasource 2.1. System Since we’re… Continue Reading spring-persistence-hibernate-and-jpa-with-a-jndi-datasource

Setting the MySQL JDBC Timezone Using Spring Boot Configuration 1. Overview Sometimes, when we’re storing dates in MySQL, we realize that the date from the database is different from our system or JVM. Other times, we just need to run our app with another timezone. In this tutorial, we’re going… Continue Reading mysql-jdbc-timezone-spring-boot