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 606fcab Javadocs.
606fcab is described below
commit 606fcab0e34bf55e3b819b7a138c23f1b69ef63f
Author: JamesBognar <[email protected]>
AuthorDate: Wed Dec 12 16:11:35 2018 -0500
Javadocs.
---
juneau-doc/src/main/javadoc/overview.html | 42 ++++++++++++++++------
.../src/main/javadoc/resources/fragments/toc.html | 6 ++--
2 files changed, 34 insertions(+), 14 deletions(-)
diff --git a/juneau-doc/src/main/javadoc/overview.html
b/juneau-doc/src/main/javadoc/overview.html
index adbe7b6..8e2128a 100644
--- a/juneau-doc/src/main/javadoc/overview.html
+++ b/juneau-doc/src/main/javadoc/overview.html
@@ -425,9 +425,9 @@
</ol>
<li><p class='new'><a class='doclink'
href='#juneau-microservice-springboot-template'>juneau-microservice-springboot-template</a></p>
<ol>
- <li><p class='todo'><a class='doclink'
href='#juneau-microservice-springboot-template.Installing'>Installing in
Eclipse</a></p>
- <li><p class='todo'><a class='doclink'
href='#juneau-microservice-springboot-template.Running'>Running in
Eclipse</a></p>
- <li><p class='todo'><a class='doclink'
href='#juneau-microservice-springboot-template.Building'>Building and Running
from Command-Line</a></p>
+ <li><p class='new'><a class='doclink'
href='#juneau-microservice-springboot-template.Installing'>Installing in
Eclipse</a></p>
+ <li><p class='new'><a class='doclink'
href='#juneau-microservice-springboot-template.Running'>Running in
Eclipse</a></p>
+ <li><p class='new'><a class='doclink'
href='#juneau-microservice-springboot-template.Building'>Building and Running
from Command-Line</a></p>
</ol>
<li><p class='toc2'><a class='doclink'
href='#juneau-examples-core'>juneau-examples-core</a></p>
<ol>
@@ -25471,7 +25471,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic todo' onclick='toggle(this)'><a
href='#juneau-microservice-springboot-template.Installing'
id='juneau-microservice-springboot-template.Installing'>14.1 - Installing in
Eclipse</a></h3>
+<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-springboot-template.Installing'
id='juneau-microservice-springboot-template.Installing'>14.1 - Installing in
Eclipse</a></h3>
<div class='topic'><!-- START: 14.1 -
juneau-microservice-springboot-template.Installing -->
<p>
Follow these instructions to create a new template project in Eclipse.
@@ -25593,7 +25593,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic todo' onclick='toggle(this)'><a
href='#juneau-microservice-springboot-template.Running'
id='juneau-microservice-springboot-template.Running'>14.2 - Running in
Eclipse</a></h3>
+<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-springboot-template.Running'
id='juneau-microservice-springboot-template.Running'>14.2 - Running in
Eclipse</a></h3>
<div class='topic'><!-- START: 14.2 -
juneau-microservice-springboot-template.Running -->
<p>
The <l>my-microservice.launch</l> file is already provided to allow you
to quickly start
@@ -25604,24 +25604,34 @@
<br>In your console view, you should see the following output:
</p>
<p class='bpcode w800'>
- TODO
+ . ____ _ __ _ _
+ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
+ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
+ \\/ ___)| |_)| | | | | || (_| | ) ) ) )
+ ' |____| .__|_| |_|_| |_\__, | / / / /
+ =========|_|==============|___/=/_/_/_/
+ :: Spring Boot :: (v2.0.1.RELEASE)
+ ...
+ INFO: Tomcat started on port(s): 8080 (http) with context path ''
+ Dec 21, 2012 12:30:00 AM org.springframework.boot.StartupInfoLogger
logStarted
+ INFO: Started App in 1.999 seconds (JVM running for 2.999)
</p>
<p>
- Now open your browser and point to <l>http://localhost:5000</l>.
+ Now open your browser and point to <l>http://localhost:8080</l>.
You should see the following:
</p>
<p class='bpcode w400'>
- http://localhost:5000
+ http://localhost:8080
</p>
<img class='bordered w400'
src='doc-files/juneau-microservice-springboot-template.Running.1.png'>
<p>
- You have started a REST interface on port 5000.
+ You have started a REST interface on port 8080.
</p>
</div><!-- END: 14.2 - juneau-microservice-springboot-template.Running -->
<!--
====================================================================================================
-->
-<h3 class='topic todo' onclick='toggle(this)'><a
href='#juneau-microservice-springboot-template.Building'
id='juneau-microservice-springboot-template.Building'>14.3 - Building and
Running from Command-Line</a></h3>
+<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-springboot-template.Building'
id='juneau-microservice-springboot-template.Building'>14.3 - Building and
Running from Command-Line</a></h3>
<div class='topic'><!-- START: 14.3 -
juneau-microservice-springboot-template.Building -->
<p>
The <l>pom.xml</l> file is a basic Maven build script for creating your
microservice
@@ -25649,7 +25659,17 @@
You should see the following console output:
</p>
<p class='bpcode w800'>
- TODO
+ . ____ _ __ _ _
+ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
+ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
+ \\/ ___)| |_)| | | | | || (_| | ) ) ) )
+ ' |____| .__|_| |_|_| |_\__, | / / / /
+ =========|_|==============|___/=/_/_/_/
+ :: Spring Boot :: (v2.0.1.RELEASE)
+ ...
+ INFO: Tomcat started on port(s): 8080 (http) with context path ''
+ Dec 21, 2012 12:30:00 AM org.springframework.boot.StartupInfoLogger
logStarted
+ INFO: Started App in 1.999 seconds (JVM running for 2.999)
</p>
</div><!-- END: 14.3 - juneau-microservice-springboot-template.Building -->
</div><!-- END: 14 - juneau-microservice-springboot-template -->
diff --git a/juneau-doc/src/main/javadoc/resources/fragments/toc.html
b/juneau-doc/src/main/javadoc/resources/fragments/toc.html
index 206ab16..21b40bf 100644
--- a/juneau-doc/src/main/javadoc/resources/fragments/toc.html
+++ b/juneau-doc/src/main/javadoc/resources/fragments/toc.html
@@ -368,9 +368,9 @@
</ol>
<li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-springboot-template'>juneau-microservice-springboot-template</a></p>
<ol>
- <li><p class='todo'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-springboot-template.Installing'>Installing
in Eclipse</a></p>
- <li><p class='todo'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-springboot-template.Running'>Running
in Eclipse</a></p>
- <li><p class='todo'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-springboot-template.Building'>Building
and Running from Command-Line</a></p>
+ <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-springboot-template.Installing'>Installing
in Eclipse</a></p>
+ <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-springboot-template.Running'>Running
in Eclipse</a></p>
+ <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-springboot-template.Building'>Building
and Running from Command-Line</a></p>
</ol>
<li><p class='toc2'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-core'>juneau-examples-core</a></p>
<ol>