Skip to content

BenRomdhaneOmar/spends

Repository files navigation

Spends service for Off Road Soft Turtles And Rabbits

How to use:

Tests:

JVM mode unit tests:

./mvnw clean test

Native mode unit tests:

./mvnw clean -PnativeTest test

JVM mode:

./mvnw clean spring-boot:run -Dmaven.test.skip=true

Docker:

Build docker image:

./mvnw clean spring-boot:build-image -Dmaven.test.skip=true -Dspring-boot.build-image.imageName=spends:latest -Pnative

Run docker image:

docker run --rm -p 8000:8000 -p 8001:8001 spends:latest

Native:

Build native image:

./mvnw clean native:compile -Pnative -Dmaven.test.skip=true

Run native image:

./target/spends

Endpoints:

About

service to manage spends for Off Road Soft Turtles And Rabbits

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors