Skip to content

Kirite11111/devops-springboot-book

Repository files navigation

Springboot REST demo

When running, swagger is available : http://localhost:8080/swagger-ui/index.html

Debug

VM Args have to be added

-Dspring.profiles.active=dev -Dspring.config.location=<PATH_TO_PROJECT>/springboot-rest-demo-config/src/main/resources/springboot-rest-demo.yml

On VSCode

        {
            "type": "java",
            "name": "DemoRestApplication",
            "request": "launch",
            "mainClass": "org.grostarin.springboot.demorest.DemoRestApplication",
            "projectName": "springboot-rest-demo-ws",
            "vmArgs": "-Dspring.profiles.active=dev -Dspring.config.location=<PATH_TO_PROJECT>springboot-rest-demo-config\\src\\main\\resources\\springboot-rest-demo.yml"
        }

About

Projet Devops M1 CYBER S1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published