adioss / spring-config-repo-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring config server simple test

  • start a server (http://localhost:8888 root/password)
  • deliver yaml configuration files located in root folder (naming convention is important)

How to use in client

spring:
  application:
    name: remote_config
  cloud:
    config:
      uri: http://localhost:8888/
      username: root
      password: password

About


Languages

Language:Java 100.0%