Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/quarkus-elytron-security-jdbc-postgresql-example
Secure Quarkus apps with JDBC
https://github.com/daggerok/quarkus-elytron-security-jdbc-postgresql-example
elytron jdbc postgres postgresql quarkus
Last synced: 17 days ago
JSON representation
Secure Quarkus apps with JDBC
- Host: GitHub
- URL: https://github.com/daggerok/quarkus-elytron-security-jdbc-postgresql-example
- Owner: daggerok
- Created: 2019-11-17T18:33:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T21:24:45.000Z (about 5 years ago)
- Last Synced: 2024-11-11T15:38:31.062Z (3 months ago)
- Topics: elytron, jdbc, postgres, postgresql, quarkus
- Language: Java
- Size: 99.6 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quarkus elytron postgresql security [![Build Status](https://travis-ci.org/daggerok/quarkus-elytron-security-jdbc-postgresql-example.svg?branch=master)](https://travis-ci.org/daggerok/quarkus-elytron-security-jdbc-postgresql-example)
Secure Quarkus apps with JDBCJava 8 (JDK8) is required.
See usages [in .travis.yml](.travis.yml) file## getting started
```bash
./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
* [Initialize quarkus app](https://quarkus.io/guides/lifecycle)
* [Quarkus - override config at runtime](https://quarkus.io/guides/config#overriding-properties-at-runtime)
* [Quarkus - using security with a JDBC realm](https://quarkus.io/guides/security-jdbc.html)
* [Quarkus - datasources](https://quarkus.io/guides/datasource)
* [Apache assets](http://maven.apache.org/plugins/maven-assembly-plugin/assembly-component.html)
* [Maven + Docker by using fabric.io](https://dmp.fabric8.io/)
* [Fabric8 external Dockerfile](https://maven.fabric8.io/#external-dockerfile)
* [Postgres on Docker Hub](https://hub.docker.com/_/postgres)
* [Docker cleanup: docker images -f "dangling=true"](https://docs.docker.com/engine/reference/commandline/images/)
* [docker-compose-maven-plugin](https://github.com/dkanejs/docker-compose-maven-plugin)
* [Container Training](https://container.training/)