Skip to content

Commit

Permalink
chore(deps): Add spring-boot-starter-security (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
youjin09222 committed Nov 10, 2023
1 parent 2c62dbb commit afbee4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server-toy-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ repositories {
}

dependencies {
// Spring Security
implementation 'org.springframework.boot:spring-boot-starter-security'

implementation'org.springframework.boot:spring-boot-starter-web'

implementation 'org.springframework.boot:spring-boot-starter'
Expand Down

0 comments on commit afbee4e

Please sign in to comment.