Skip to content

SiBlue7/springboot-rest-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%