Skip to content

Commit

Permalink
add JPA
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjiwoon committed Jan 12, 2024
1 parent 6f61799 commit 3294843
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-freemarker'
implementation 'org.springframework.boot:spring-boot-devtools'

//jpa ์‚ฌ์šฉ์„ ์œ„ํ•œ ์˜์กด์„ฑ ์ถ”๊ฐ€
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'

//aws secretkey ์‚ฌ์šฉ์„ ์œ„ํ•œ ์˜์กด์„ฑ ์ถ”๊ฐ€
implementation 'org.springframework.cloud:spring-cloud-starter-bootstrap:3.1.3'
implementation 'org.springframework.cloud:spring-cloud-starter-aws-secrets-manager-config:2.2.6.RELEASE'
Expand Down

0 comments on commit 3294843

Please sign in to comment.