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

[Doc] 의존성 파일 추가 #4

Open
9 tasks done
lcqff opened this issue Sep 24, 2024 · 0 comments
Open
9 tasks done

[Doc] 의존성 파일 추가 #4

lcqff opened this issue Sep 24, 2024 · 0 comments
Assignees
Labels
📝 Document 문서 작성 ⚙ Setting 설정

Comments

@lcqff
Copy link
Member

lcqff commented Sep 24, 2024

💬 기능 내용

빌드 파일이 추가될 때마다 갱신합니다.

📝 작업 내용

  • implementation 'org.springframework.boot:spring-boot-starter-validation'
    • @Valid을 통한 유효성 검증

Database

  • runtimeOnly 'com.mysql:mysql-connector-j'

Spring Security

  • implementation 'org.springframework.boot:spring-boot-starter-security'

    • 기본 Spring Security 의존성
  • implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'

    • Spring Security와 통합되어 OAuth 2.0 인증을 구현하기 위한 의존성

Swagger

  • implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.6.0'
    • Springdoc 의존성 추가

Test

  • testImplementation 'org.springframework.security:spring-security-test'
    • Spring security 테스트 의존성

JWT

  • implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
    implementation 'io.jsonwebtoken:jjwt-impl:0.11.5'
    implementation 'io.jsonwebtoken:jjwt-jackson:0.11.5'

Jasypt

  • implementation "com.github.ulisesbocchio:jasypt-spring-boot-starter:3.0.5"
    • 민감정보 암호화

s3

  • implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE'
@lcqff lcqff self-assigned this Sep 24, 2024
@lcqff lcqff added 📝 Document 문서 작성 ⚙ Setting 설정 labels Sep 26, 2024
@lcqff lcqff changed the title [Doc] 빌드 파일 추가 [Doc] 의존성 파일 추가 Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 Document 문서 작성 ⚙ Setting 설정
Projects
None yet
Development

No branches or pull requests

1 participant