Skip to content

Commit afbee4e

Browse files
committed
chore(deps): Add spring-boot-starter-security (#3)
1 parent 2c62dbb commit afbee4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server-toy-project/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ repositories {
1616
}
1717

1818
dependencies {
19+
// Spring Security
20+
implementation 'org.springframework.boot:spring-boot-starter-security'
21+
1922
implementation'org.springframework.boot:spring-boot-starter-web'
2023

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

0 commit comments

Comments
 (0)