'Run Spring Boot Project with base directory - localhost:8080/demo/
Solution 1:[1]
In your controller by annotation @RequestMapping(path = "/demo") or by annotation on method @GetMapping("/demo")
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | mateusz-tbh |


