application.yml 497 B

123456789101112131415161718192021
  1. logging:
  2. level:
  3. root: INFO
  4. org.springframework.web: INFO
  5. org.springframework.security: INFO
  6. # org.springframework.boot.autoconfigure: DEBUG
  7. spring:
  8. thymeleaf:
  9. cache: false
  10. security:
  11. oauth2:
  12. client:
  13. registration:
  14. client-id:
  15. client-id: replace-with-client-id
  16. client-secret: replace-with-client-secret
  17. provider: github
  18. scopes: read:user,public_repo
  19. resource-uri: https://api.github.com/user/repos