DiKiyBimer / RESTez-JAXRS-Starter

REST EASY + PGSQL + HIBERNATE + JDBC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DIKIYBIMER - REST EASY JAX-RS ARCH (Quarkus)

dev mode

./mvnw compile quarkus:dev
DEV UI: http://localhost:8080/q/dev/.

Packaging and running the application

./mvnw package

quarkus-run.jar in the target/quarkus-app/ IT IS NOT an über-jar as the dependencies are copied into the target/quarkus-app/lib/ directory. runnable using java -jar target/quarkus-app/quarkus-run.jar If you want to build an über-jar, execute the following command:

./mvnw package -Dquarkus.package.type=uber-jar

The application, packaged as an über-jar, is now runnable using java -jar target/*-runner.jar.

Creating a native executable

You can create a native executable using:

./mvnw package -Pnative

if don't have GraalVM installed, run the native executable build in a container using:

./mvnw package -Pnative -Dquarkus.native.container-build=true

native executable with: ./target/restez-jaxrs-1.0.0-runner

Related Guides

  • Kogito Add-On Persistence PostgreSQL (guide): Kogito Add-On support for persistence on PostgreSQL
  • Kogito Addons Quarkus Data Index PostgreSQL (guide): Kogito Data Index PostgreSQL Add-On
  • Hibernate ORM (guide): Define your persistent model with Hibernate ORM and JPA
  • WebSockets Client (guide): Client for WebSocket communication channel
  • RESTEasy Reactive (guide): A JAX-RS implementation utilizing build time processing and Vert.x. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.
  • ♣♠♦♥ YAML ♣♠♦♥ Configuration (guide): Use ♣♠♦♥ YAML ♣♠♦♥ to configure application
  • Hibernate ORM with Panache (guide): Simplify your persistence code for Hibernate ORM via the active record or the repository pattern
  • Reactive PostgreSQL client (guide): Connect to the PostgreSQL database using the reactive pattern
  • JDBC Driver - PostgreSQL (guide): Connect to the PostgreSQL database via JDBC

♣♠♦♥ YAML ♣♠♦♥ YAML ♣♠♦♥ YAML ♣♠♦♥

♣♠♦♥ YAML ♣♠♦♥ YAML ♣♠♦♥ YAML ♣♠♦♥ 

♣♠♦♥ YAML ♣♠♦♥ YAML ♣♠♦♥ YAML ♣♠♦♥ ♣♠♦♥ YAML ♣♠♦♥ ♣♠♦♥ YAML ♣♠♦♥

♣♠♦♥ YAML ♣♠♦♥

Configure your application with ♣♠♦♥ YAML ♣♠♦♥ Related guide section... configuration is located in src/main/resources/application.yml. (this is ♣♠♦♥ YAML ♣♠♦♥ XD)

Hibernate ORM

Create your first JPA entity Related guide section... Related Hibernate with Panache section...

About

REST EASY + PGSQL + HIBERNATE + JDBC


Languages

Language:HTML 99.2%Language:Java 0.8%