소스 검색

Update README.adoc

Josh Long 3 년 전
부모
커밋
dc0ca22f5e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      samples/boot/oauth2-integration/README.adoc

+ 2 - 0
samples/boot/oauth2-integration/README.adoc

@@ -2,6 +2,8 @@
 
 This sample integrates `spring-security-oauth2-client` and `spring-security-oauth2-resource-server` with *Spring Authorization Server*.
 
+The username is `user1` and the password is `password`.
+
 == Run the Sample
 
 * Run Authorization Server -> `./gradlew -b samples/boot/oauth2-integration/authorizationserver/spring-security-samples-boot-oauth2-integrated-authorizationserver.gradle bootRun`