This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new f54bf11 Javadocs.
f54bf11 is described below
commit f54bf1151219f5fba30033fc27420f1de05f4648
Author: JamesBognar <[email protected]>
AuthorDate: Mon Nov 19 14:56:08 2018 -0500
Javadocs.
---
content/site/apidocs-8.0.0/overview-summary.html | 27 ++++++++++++++++++----
.../apidocs-8.0.0/resources/fragments/toc.html | 2 +-
2 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/content/site/apidocs-8.0.0/overview-summary.html
b/content/site/apidocs-8.0.0/overview-summary.html
index 7b26468..95c1730 100644
--- a/content/site/apidocs-8.0.0/overview-summary.html
+++ b/content/site/apidocs-8.0.0/overview-summary.html
@@ -920,7 +920,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>
@@ -26711,15 +26711,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-8.0.0.bin.zip
+ juneau-examples-rest-springboot-8.0.0.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/content/site/apidocs-8.0.0/resources/fragments/toc.html
b/content/site/apidocs-8.0.0/resources/fragments/toc.html
index c09c7dc..e3eb254 100644
--- a/content/site/apidocs-8.0.0/resources/fragments/toc.html
+++ b/content/site/apidocs-8.0.0/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>