Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 462 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 462 Bytes

backend-bootstrap

Backend Bootstrap Project with Spring Boot

CONFIG-SERVER


Configuration server connection url must be given.
bitbucket-git profile added to maven' setting.xml

spring:
  cloud:
    config:
      server:
        git:
          uri: https://bitbucket.org/semihunaldi/config-server-properties.git
          username: @bitbucket-git-username@
          password: @bitbucket-git-password@
  profiles:
    active: bitbucket-git