Skip to content

Commit

Permalink
style:[#22]-Add
Browse files Browse the repository at this point in the history
Spring Security 관련 의존성 추가
  • Loading branch information
yooonwodyd committed Sep 23, 2024
1 parent 233084a commit adcd15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.springframework.boot:spring-boot-starter-security'

// Lombok
compileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit adcd15e

Please sign in to comment.