dev/java
[java][sprintboot] Sprint Boot Rest API not found error
pearlab
2023. 12. 12. 14:39
자주 하는 실수.
Whitelabel Error Page
실행 class와 RestController가 다른 package에 있는 경우
properties에 RestController 경로를 설정해 주어야 한다.
HTTP Status 404 – Not Found
경로를 잘못입력 하였거나
properties에 별도의 server.servlet.context-path 를 설정한 경우.