소스 검색

Add starter-json To Samples That Use Jackson

Josh Cummings 5 일 전
부모
커밋
61f00cd099

+ 1 - 0
servlet/spring-boot/java/oauth2/authorization-server/build.gradle

@@ -13,6 +13,7 @@ repositories {
 
 
 dependencies {
+	implementation 'org.springframework.boot:spring-boot-starter-json'
 	implementation 'org.springframework.boot:spring-boot-starter-web'
 	implementation 'org.springframework.boot:spring-boot-starter-oauth2-authorization-server'
 

+ 1 - 0
servlet/spring-boot/java/oauth2/resource-server/hello-security/build.gradle

@@ -15,6 +15,7 @@ repositories {
 dependencies {
 	implementation 'com.squareup.okhttp3:mockwebserver:5.1.0'
 	implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
+	implementation 'org.springframework.boot:spring-boot-starter-json'
 	implementation 'org.springframework.boot:spring-boot-starter-web'
 
 	testImplementation 'org.springframework.boot:spring-boot-starter-test'