This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 821efb4 Javadocs.
821efb4 is described below
commit 821efb4b3a071cb3d66ea3b427187ee6c682f6b6
Author: JamesBognar <[email protected]>
AuthorDate: Mon Nov 19 14:55:21 2018 -0500
Javadocs.
---
.../Topics/13.juneau-examples-rest-springboot.html | 25 +++++++++++++++++---
juneau-doc/src/main/javadoc/overview.html | 27 ++++++++++++++++++----
.../src/main/javadoc/resources/fragments/toc.html | 2 +-
3 files changed, 46 insertions(+), 8 deletions(-)
diff --git a/juneau-doc/docs/Topics/13.juneau-examples-rest-springboot.html
b/juneau-doc/docs/Topics/13.juneau-examples-rest-springboot.html
index eb753b9..adcb468 100644
--- a/juneau-doc/docs/Topics/13.juneau-examples-rest-springboot.html
+++ b/juneau-doc/docs/Topics/13.juneau-examples-rest-springboot.html
@@ -13,13 +13,32 @@
***************************************************************************************************************************/
-->
-{todo} juneau-examples-rest-springboot
+{new} juneau-examples-rest-springboot
<h5 class='figure'>Archive File</h5>
<p class='bpcode w500'>
- juneau-examples-rest-springboot-{@property juneauVersion}.bin.zip
+ juneau-examples-rest-springboot-{@property juneauVersion}.zip
</p>
<p>
- TODO
+ The <code>juneau-examples-rest-springboot</code> class contains the
same examples as <code>juneau-examples-rest</code>
+ but also includes the following:
</p>
+<ul class='spaced-list'>
+ <li>
+ A starter class for invoking the examples using Spring Boot.
+ <li>
+ A resource resolver for resolving REST resources as injectable
beans.
+ <li>
+ A POM that extends from <code>spring-boot-starter-parent</code>
that allows you to build a fully-shaded executable jar.
+ <li>
+ Configuration files for deploying the microservice to Heroku.
+</ul>
+
+<p>
+ The microservice app can be imported into Eclipse just like
<code>juneau-examples-rest</code>.
+</p>
+<p>
+ The microservice can be started from the
<code>juneau-examples-rest-springboot.launch</code> file.
+ It will start up the microservice on port 5000 which you can then view
through a browser.
+</p>
\ No newline at end of file
diff --git a/juneau-doc/src/main/javadoc/overview.html
b/juneau-doc/src/main/javadoc/overview.html
index c9c5b08..a85e616 100644
--- a/juneau-doc/src/main/javadoc/overview.html
+++ b/juneau-doc/src/main/javadoc/overview.html
@@ -423,7 +423,7 @@
<li><p class=''><a class='doclink'
href='#juneau-examples-rest.ConfigResource'>ConfigResource</a></p>
<li><p class=''><a class='doclink'
href='#juneau-examples-rest.LogsResource'>LogsResource</a></p>
</ol>
- <li><p class='toc2 todo'><a class='doclink'
href='#juneau-examples-rest-springboot'>juneau-examples-rest-springboot</a></p>
+ <li><p class='toc2 new'><a class='doclink'
href='#juneau-examples-rest-springboot'>juneau-examples-rest-springboot</a></p>
<ol>
<li><p class='todo'><a class='doclink'
href='#juneau-examples-rest-springboot.Classes'>Classes</a></p>
<li><p class='todo'><a class='doclink'
href='#juneau-examples-rest-springboot.DeployingToHeroku'>Deploying to
Heroku</a></p>
@@ -26215,15 +26215,34 @@
<!--
====================================================================================================
-->
-<h2 class='topic todo' onclick='toggle(this)'><a
href='#juneau-examples-rest-springboot' id='juneau-examples-rest-springboot'>13
- juneau-examples-rest-springboot</a></h2>
+<h2 class='topic new' onclick='toggle(this)'><a
href='#juneau-examples-rest-springboot' id='juneau-examples-rest-springboot'>13
- juneau-examples-rest-springboot</a></h2>
<div class='topic'><!-- START: 13 - juneau-examples-rest-springboot -->
<h5 class='figure'>Archive File</h5>
<p class='bpcode w500'>
- juneau-examples-rest-springboot-{@property juneauVersion}.bin.zip
+ juneau-examples-rest-springboot-{@property juneauVersion}.zip
</p>
<p>
- TODO
+ The <code>juneau-examples-rest-springboot</code> class contains the
same examples as <code>juneau-examples-rest</code>
+ but also includes the following:
+</p>
+<ul class='spaced-list'>
+ <li>
+ A starter class for invoking the examples using Spring Boot.
+ <li>
+ A resource resolver for resolving REST resources as injectable
beans.
+ <li>
+ A POM that extends from <code>spring-boot-starter-parent</code>
that allows you to build a fully-shaded executable jar.
+ <li>
+ Configuration files for deploying the microservice to Heroku.
+</ul>
+
+<p>
+ The microservice app can be imported into Eclipse just like
<code>juneau-examples-rest</code>.
+</p>
+<p>
+ The microservice can be started from the
<code>juneau-examples-rest-springboot.launch</code> file.
+ It will start up the microservice on port 5000 which you can then view
through a browser.
</p>
<!--
====================================================================================================
-->
diff --git a/juneau-doc/src/main/javadoc/resources/fragments/toc.html
b/juneau-doc/src/main/javadoc/resources/fragments/toc.html
index c09c7dc..e3eb254 100644
--- a/juneau-doc/src/main/javadoc/resources/fragments/toc.html
+++ b/juneau-doc/src/main/javadoc/resources/fragments/toc.html
@@ -366,7 +366,7 @@
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest.ConfigResource'>ConfigResource</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest.LogsResource'>LogsResource</a></p>
</ol>
- <li><p class='toc2 todo'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-springboot'>juneau-examples-rest-springboot</a></p>
+ <li><p class='toc2 new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-springboot'>juneau-examples-rest-springboot</a></p>
<ol>
<li><p class='todo'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-springboot.Classes'>Classes</a></p>
<li><p class='todo'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-springboot.DeployingToHeroku'>Deploying
to Heroku</a></p>