team-xquare/v1-service-notification

Request Url Prefix

Closed this issue · 0 comments

Describe

요청을 보내면 앞에 prefix로 notifications가 있어야하는데, Spring Boot 내부에서는 /notifications를 가지고있지 않기 때문에 404가 발생함.
따라서 아래의 내용을 applications.yml에 넣어줌으로써 해결

server:
  servlet:
    contextPath: /notifications

How

No response

Environment

No response

Additional

No response