스프링 부트와 AWS로 혼자 구현하는 웹 서비스 Chapter5 추가
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user