- rest + jwt security
- mybatis cdi integration
- mongodb integration
- reactive streams
- kafka integration
- camel integration
./mvnw clean compile quarkus:dev
or
./mvnw clean install
java -jar target/quarkus-app/quarkus-run.jar
Server is running on port 8020
SwaggerUI: http://localhost:8020/q/swagger-ui Health: http://localhost:8020/q/health DEV Endpoint: http://localhost:8020/q/dev/
POST http://localhost:8020/job
Body:
{
"id":101,
"jobName":"Drink"
}
- Prod - need external stuff
- Test - test containers are used
- Dev - dev profile with dev tools enabled. To active profile via cmd: run with -Dquarkus.profile=profile-name