Skip to content

Commit

Permalink
chore: spring security 적용 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
juno-junho committed Sep 22, 2023
1 parent 77a9b23 commit 6c638fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ext {

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-security'
// implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-web'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'com.h2database:h2'
Expand Down

0 comments on commit 6c638fa

Please sign in to comment.