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

haelSouza.mssc-brewery-config.1.0.0.source-code.application.yml Maven / Gradle / Ivy

spring:
    application:
        name: brewery-config
    profiles:
      ##  active: git
    cloud:
        config:
#            discovery:
#                enabled: true
            server:
                git:
                    #note on URI
                    uri: https://github.com/RafhaelSouza/mssc-brewery-config-repo/
                    clone-on-start: true
                   # username: RafhaelSouza
                    #Needed to setup search paths
                    search-paths: '{application}'
    security:
      user:
          password: myPassword
          name: myUserName
server:
    port: 8888
logging:
    level:
        org.springframework.cloud: debug
        org.springframework.web: debug
management:
    endpoint:
        health:
            show-details: always
        mappings:
            enabled: true




© 2015 - 2025 Weber Informatics LLC | Privacy Policy