스프링 부트와 AWS로 혼자 구현하는 웹 서비스 Chapter5 추가

This commit is contained in:
DESKTOP-FSO9NHB\User
2020-11-29 23:46:21 +09:00
parent f72b1f9cda
commit cd2f0f6e78
17 changed files with 1006 additions and 3 deletions

View File

@@ -31,4 +31,6 @@ dependencies {
compile('com.h2database:h2')
testCompile('org.springframework.boot:spring-boot-starter-test')
compile('org.springframework.boot:spring-boot-starter-mustache')
compile('org.springframework.boot:spring-boot-starter-oauth2-client')
compile('org.springframework.session:spring-session-jdbc')
}