Development
Install development dependencies
make install-deps
# OR: pip install -r requirements-dev.txt
Execute tests
make tests
# OR: pytest
Generating documentation locally.
pip install 'config-client[docs]'
make docs
Spring-Cloud-Configserver
If you would like to test spring-cloud-configserver locally can you use:
- the docker image
amenezes/spring-cloud-configserver
with spring_config examples; - clone
config-client
and usedocker-compose up -d
; - use hyness/spring-cloud-config-server
docker run -it --rm -p 8888:8888 hyness/spring-cloud-config-server:3.1.0-jre17 --spring.cloud.config.server.git.uri=https://github.com/spring-cloud-samples/config-repo