An open API service indexing awesome lists of open source software.

https://github.com/phact/cassandra-quarkus-starter


https://github.com/phact/cassandra-quarkus-starter

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Quarkus C* starter project

## Dev

To run in dev:

./mvnw compile quarkus:dev

## Build jar

./mvnw package

## Build native image

./mvnw package -Pnative