Skip to content

hsandmann/spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Cloud Tutorial

The documentation about the using of this material is available on https://hsandmann.github.io/spring/.

Setup

To use the code in this repository, follow the instructions below:

Create a virtual environment at Python:

python3 -m venv env

Activate the virtual environment (you must do this every time you run a script from this repository):

source ./env/bin/activate

Install the dependencies with:

pip3 install -r requirements.txt

Deployment

The material uses mkdocs to generate the documentation. To view the documentation, run the command:

mkdocs serve

To release the documentation to GitHub Pages, run the command:

mkdocs gh-deploy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published