All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vertx-spring-boot-sample-http-oauth.1.4.0.Beta2.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
spring:
  security:
    oauth2:
      client:
        registration:
          github:
            client-id: ${GITHUB_CLIENT_ID}
            client-secret: ${GITHUB_CLIENT_SECRET}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy