You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by ni...@apache.org on 2020/05/07 15:11:52 UTC

[ignite-website] branch master updated: Spring-boot extensions added to download page

This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c88445  Spring-boot extensions added to download page
8c88445 is described below

commit 8c884457209d8eb5855ef46cab3dfeb7bf950929
Author: Nikolay Izhikov <ni...@apache.org>
AuthorDate: Thu May 7 18:11:33 2020 +0300

    Spring-boot extensions added to download page
---
 download.html | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/download.html b/download.html
index 3499e67..c78bc11 100644
--- a/download.html
+++ b/download.html
@@ -299,6 +299,7 @@ under the License.
                                 <li><a href="#build-source">Building the Binaries</a></li>
                                 <li><a href="#docker">Docker and Cloud Images</a></li>
                                 <li><a href="#git-repository">Git Repository</a></li>
+                                <li><a href="#extensions">Extensions</a></li>
                             </ul>
                         </div>
                         <div class="col-sm-6">
@@ -895,6 +896,22 @@ under the License.
         </code></pre>
         </section><!-- git-repository -->
 
+        <section id="extensions" class="page-section">
+            <h2>Extensions</h2>
+            <pre class="line-numbers"><code class="language-xml">
+    &lt;dependency>
+    &nbsp;&nbsp;&nbsp;&nbsp;&lt;groupId>org.apache.ignite&lt;/groupId>
+    &nbsp;&nbsp;&nbsp;&nbsp;&lt;artifactId>ignite-spring-boot-autoconfigure-ext&lt;/artifactId>
+    &nbsp;&nbsp;&nbsp;&nbsp;&lt;version>1.0.0&lt;/version>
+    &lt;/dependency>
+    &lt;dependency>
+    &nbsp;&nbsp;&nbsp;&nbsp;&lt;groupId>org.apache.ignite&lt;/groupId>
+    &nbsp;&nbsp;&nbsp;&nbsp;&lt;artifactId>ignite-spring-boot-thin-client-autoconfigure-ext&lt;/artifactId>
+    &nbsp;&nbsp;&nbsp;&nbsp;&lt;version>1.0.0&lt;/version>
+    &lt;/dependency>
+    </code></pre>
+        </section><!-- extensions -->
+
         <section id="3rdparty" class="page-section">
             <h2>3<sup>rd</sup> Party Binaries</h2>