Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 404 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 404 Bytes

README

POC project for Docker (1.12.x) in integration test with Maven (3.x.x)

What the project do

Todo list REST API sample project based on:

  • Docker (required to build the project)
  • JAX-RS
  • Spring
  • JPA (Hibernate)
  • Tomcat

Runtime

To setup PostgreSQL connection out of Docker, set JVM variable:

  • DB_PORT_5432_TCP_ADDR (db host/ip)
  • DB_PORT_5432_TCP_PORT (db port)