application.yml 505 B

12345678910111213141516171819202122
  1. server:
  2. port: 8080
  3. logging:
  4. level:
  5. root: INFO
  6. org.springframework.web: INFO
  7. org.springframework.security: INFO
  8. # org.springframework.boot.autoconfigure: DEBUG
  9. spring:
  10. thymeleaf:
  11. cache: false
  12. security:
  13. oauth2:
  14. client:
  15. registration:
  16. github:
  17. client-id: 7b9c752378a3d95a4529
  18. client-secret: f635d8c7d44a50bdf12f2055e7e44b2bbc9c1043
  19. authorization-grant-type: authorization_code
  20. scope: read:user,public_repo