Skip to content

Commit

Permalink
#16 - spring security dependency 추가
Browse files Browse the repository at this point in the history
인증 구현할 때 넣으려고 하였지만, 뷰를 간편하게 구성하기 위해 여기서 이용한다.
  • Loading branch information
rhakdnj committed Aug 8, 2022
1 parent bfe00e4 commit 688400e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Expand Up @@ -25,6 +25,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-rest'
implementation 'org.springframework.data:spring-data-rest-hal-explorer'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5'

runtimeOnly 'com.h2database:h2'
runtimeOnly 'mysql:mysql-connector-java'
Expand Down

0 comments on commit 688400e

Please sign in to comment.