Skip to content

Commit

Permalink
[feat] 6주차 과제 제출
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Dec 8, 2023
1 parent 55ddd99 commit ab6b074
Show file tree
Hide file tree
Showing 36 changed files with 38 additions and 752 deletions.
7 changes: 7 additions & 0 deletions second-seminar/second-seminar/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ out/

### VS Code ###
.vscode/

*.yml
application-local.yml
*.sql
src/main/resources/application-local.yml
src/main/resources/application-dev.yml
src/main/resources/data.sql
12 changes: 12 additions & 0 deletions second-seminar/second-seminar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ dependencies {
// security
implementation 'org.springframework.boot:spring-boot-starter-security'
testImplementation 'org.springframework.security:spring-security-test'

dependencies {
// AWS sdk
implementation("software.amazon.awssdk:bom:2.21.0")
implementation("software.amazon.awssdk:s3:2.21.0")
}

dependencies {
implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.11.5'
implementation group: 'io.jsonwebtoken', name: 'jjwt-impl', version: '0.11.5'
implementation group: 'io.jsonwebtoken', name: 'jjwt-jackson', version: '0.11.5'
}
}

tasks.named('test') {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ab6b074

Please sign in to comment.