Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.44 KB

File metadata and controls

30 lines (25 loc) · 1.44 KB

quarkus elytron postgresql security Build Status

Secure Quarkus apps with JDBC

Java 8 (JDK8) is required. See usages in .travis.yml file

getting started

./mvnw -Pfabric8-pg-app clean compile quarkus:build docker:build docker:start
http :8080
http :8080/health
http :8080/api/hello
http :8080/api/hello/max
./mvnw -Pfabric8-pg-app docker:stop docker:remove

resources