Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearddan2000/java-web-maven-quarkus-api-mysql-simple
A POC for quarkus web api
https://github.com/bearddan2000/java-web-maven-quarkus-api-mysql-simple
api connector hibernate java lombok maven mysql quarkus simple web
Last synced: about 15 hours ago
JSON representation
A POC for quarkus web api
- Host: GitHub
- URL: https://github.com/bearddan2000/java-web-maven-quarkus-api-mysql-simple
- Owner: bearddan2000
- Created: 2023-07-22T04:11:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T04:11:17.000Z (over 1 year ago)
- Last Synced: 2024-12-01T21:13:51.389Z (about 2 months ago)
- Topics: api, connector, hibernate, java, lombok, maven, mysql, quarkus, simple, web
- Language: Shell
- Homepage: https://github.com/bearddan2000/java-web-maven-quarkus-api-mysql-simple
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java-web-maven-quarkus-api-mysql-simple
## Description
A POC for quarkus web api
connecting to a mysql database.## Tech stack
- java
- maven
- quarkus
- hibernate
- mysql connector
- lombok## Docker stack
- mariadb:latest
- maven:3-openjdk-17
- registry.access.redhat.com/ubi8/openjdk-11:1.11## To run
`sudo ./install.sh -u`
curl -i localhost/dogs## To stop
`sudo ./install.sh -d`## For help
`sudo ./install.sh -h`