Skip to content

Url Shortner resource server with auth0 provider for JOOQ samples and other tech I want to learn about

License

Notifications You must be signed in to change notification settings

Alecsandu/JOOQ-Spring-Samples

Repository files navigation

JOOQ with Spring Boot samples


Description

Samples that show different uses cases of jooq library with spring boot framework.

Security

Basic authentication with authorization done via JWTs without server-side sessions.


Containerization

Podman

podman build --network jooq-spring-samples_demo-net -t java-jooq-spring:1.0.0 -f Containerfile

or Docker

docker build -t java-jooq-spring:0.0.1 .

If you want to remove the remaining layers run(this will remove all unused images):

podman image prune -f

Create container with Podman

podman run -it --rm --network jooq-spring-samples_demo-net --name jooq-service -p 8080:8080 java-jooq-spring:0.0.1

or with docker

docker run -it --rm --network jooq-spring-samples_demo-net --name jooq-service -p 8080:8080 java-jooq-spring:0.0.1

About

Url Shortner resource server with auth0 provider for JOOQ samples and other tech I want to learn about

Topics

Resources

License

Stars

Watchers

Forks

Contributors