Skip to content

Commit

Permalink
fetch application.yml 로컬 실행 검사
Browse files Browse the repository at this point in the history
  • Loading branch information
SeWooooong committed Mar 12, 2023
1 parent 90606ed commit 47d83db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'

// aws
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-aws', version: '2.2.6.RELEASE'
implementation 'io.awspring.cloud:spring-cloud-starter-aws:2.4.2'
//implementation group: 'org.springframework.cloud', name: 'spring-cloud-aws', version: '2.2.1.RELEASE', ext: 'pom'
implementation 'com.amazonaws:aws-java-sdk-s3:1.11.901'
implementation 'io.awspring.cloud:spring-cloud-aws:2.4.2'

// jwt
implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
Expand Down

0 comments on commit 47d83db

Please sign in to comment.