diff --git a/public/ch1-discover-docker-tp/index.html b/public/ch1-discover-docker-tp/index.html index 554b722cab3166954a6876e5b7babb1c32cd518c..f3cf3bd9a6ad5c9dd1237bd53936e353a6516cdd 100644 --- a/public/ch1-discover-docker-tp/index.html +++ b/public/ch1-discover-docker-tp/index.html @@ -915,7 +915,7 @@ We use <code>-–network</code> instead of <code>-–link</code> because the lat <p>Don’t fill the Dockerfile now, we will have to do it in the next steps.</p> <h4 id="backend-simple-api">Backend simple api</h4> <p>We will deploy a Springboot application providing a simple API with a single greeting endpoint. </p> -<p>Create your Springboot application on: <a href="https://start.spring.io/#!type=maven-project&language=java&platformVersion=3.4.2&packaging=jar&jvmVersion=21&groupId=fr.takima.training&artifactId=simpleapi&name=simpleapi&description=Demo%20project%20for%20Spring%20Boot&packageName=fr.takima.training.simpleapi&dependencies=web" target="_blank">Spring Initializer</a>.</p> +<p>Create your Springboot application on: <a href="https://start.spring.io/#!type=maven-project&language=java&platformVersion=3.4.5&packaging=jar&jvmVersion=21&groupId=fr.takima.training&artifactId=simpleapi&name=simpleapi&description=Demo%20project%20for%20Spring%20Boot&packageName=fr.takima.training.simpleapi&dependencies=web" target="_blank">Spring Initializer</a>.</p> <p>Use the following config:</p> <ul> <li>Project: Maven </li> diff --git a/public/sitemap.xml.gz b/public/sitemap.xml.gz index 5e1f48ab47d6647996c6a93fee4e1e7a048e7c8d..e393be92c1c8f566ead102314336a5bc8ea454fc 100644 Binary files a/public/sitemap.xml.gz and b/public/sitemap.xml.gz differ