This repository is not active
msathe-tech/jdbc-boot
Spring JDBC example. This example shows how you can use light weight JDBC abstraction without overheads of JPA. This is useful for simple CRUD operations. For complex operations you will still need JPA.
Java