Skip to content

marcusvieira88/spring-config-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This microservice is a example of how implement a spring config server that stores the configs in a Redis database.

Start

First, you need to run the docker-compose to create the redis database:

docker-compose up

Then you can use the redis-cli tool for connect to Redis database:

redis-cli

Insert some test keys in the database, for example:

HMSET spring-config-microservice config "Config Redis" configb "Config B Redis"

Example with application name and profile dev:

HMSET spring-config-microservice-dev config "Config Redis Dev" configb "Config Redis B Dev"

About

This example of a Spring Cloud config server with Redis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages