Skip to content

msausu/b2w-game-app-backend-quarkus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

b2w-game-app-backend-quarkus

B2W Game (quarkus, resteasy, mongo-panache)

Dojo Rules

"Fast and furious" (young) keeper, all-in-one, simple (though hard to scale). Go to app dir for sources.

Running the app in dev mode

mvn quarkus:dev

Package

mvn clean package

Produces the b2w-game-app-backend-quarkus-1.0.0-runner.jar file in the /target directory. (it’s not an über-jar as the dependencies are copied into the target/lib directory)

How to run with Java

Usual exec: java -jar target/b2w-game-app-backend-quarkus-1.0.0-runner.jar.

Build

How to create a native executable

No java to run (but GraalVM/Mandrel needed to build)

Create a native executable: mvn clean package -Pnative -Dmaven.test.test.skip=true

Execute natively: ./target/b2w-game-app-backend-quarkus-1.0.0-runner

Run

Console

About

B2W Game (quarkus)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages