Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REST API 개발환경 설정 #4

Open
cloudwisx opened this issue Nov 24, 2021 · 0 comments
Open

REST API 개발환경 설정 #4

cloudwisx opened this issue Nov 24, 2021 · 0 comments
Assignees
Labels
구성 환경구성

Comments

@cloudwisx
Copy link
Collaborator

cloudwisx commented Nov 24, 2021

REST API 개발환경 설정

  • web.xml 파일의 servlet-mapping 정보를 "/*"로 변경
    1. 기존 mapping 정보인 "*.do"가 동시에 지원되지 않음. 다른 기능 검토 중
  • pom.xml 파일에 의존성 추가
    1. Bean validation
    2. Support JSR-310 for Jackson JSON
  • AuthenticationIntercepter에서 /api/ 시작하는 URI에 대해서는 제외 처리
  • 샘플 추가
@cloudwisx cloudwisx added the 구성 환경구성 label Nov 24, 2021
@cloudwisx cloudwisx self-assigned this Nov 24, 2021
cloudwisx added a commit that referenced this issue Nov 25, 2021
cloudwisx added a commit that referenced this issue Dec 1, 2021
@cloudwisx cloudwisx reopened this Dec 10, 2021
cloudwisx added a commit that referenced this issue Dec 10, 2021
cloudwisx added a commit that referenced this issue Dec 10, 2021
- Maven deploy 설정
cloudwisx added a commit that referenced this issue Dec 13, 2021
- Apache log4j2 LDAP JNDI Parser RCE 취약점 대응
cloudwisx added a commit that referenced this issue Dec 13, 2021
- 샘플 API 추가
cloudwisx added a commit that referenced this issue Dec 13, 2021
- 샘플 API 추가
cloudwisx added a commit that referenced this issue Dec 14, 2021
- Maven build시 한글깨짐 이슈 처리
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
구성 환경구성
Projects
None yet
Development

No branches or pull requests

1 participant