This project uses Quarkus, the Supersonic Subatomic Java Framework.
If you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .
You can run your application in dev mode that enables live coding using:
./mvnw quarkus:dev
The application can be packaged using ./mvnw package
.
It produces the google-cloud-functions-quickstart-1.0.0-SNAPSHOT-runner.jar
file in the /target/deployment
directory.
Be aware that it an über-jar that contains all the dependencies in it.
The application can now be deployed as a function inside Google Cloud Platform.