- build the project,
gradle build
- build docker image, run
docker build . --no-cache --rm -t [url]/test/sw-b
- push the image to docker hub/acr, run
docker push [url]/test/sw-b
- run
mvn springboot:run
- Input "http://localhost:8181/swb/api/v1/hello/xxxxx"