Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 682 Bytes

File metadata and controls

9 lines (6 loc) · 682 Bytes

springboot-hibernatespatial-postgis-demo

Java (using Java 8 features) application using spring boot and hibernate spatial for storing data in postgis

Currently using Spring Boot 1.3.3 (with hibernate 4.3.11) and hibernate-spatial 4.3. Application works best with Dockerfile mdillon/postgis

Build via mvn package then use docker-compose up and everything should be running

This code is inspired by some groovy code I found on the internet but can't remember where. Please contact me if you are the copyright owner of the original code.