You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by GitBox <gi...@apache.org> on 2018/12/13 19:13:29 UTC

[GitHub] jamesbognar closed pull request #36: adding missing config command in spring boot example

jamesbognar closed pull request #36: adding missing config command in spring boot example
URL: https://github.com/apache/juneau/pull/36
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/juneau-microservice/juneau-microservice-jetty-template/my-microservice.cfg b/juneau-microservice/juneau-microservice-jetty-template/my-microservice.cfg
index 0e65c44b6..11c144017 100755
--- a/juneau-microservice/juneau-microservice-jetty-template/my-microservice.cfg
+++ b/juneau-microservice/juneau-microservice-jetty-template/my-microservice.cfg
@@ -77,7 +77,9 @@ enabled = true
 commands = 
 	org.apache.juneau.microservice.console.ExitCommand,
 	org.apache.juneau.microservice.console.RestartCommand,
-	org.apache.juneau.microservice.console.HelpCommand
+	org.apache.juneau.microservice.console.HelpCommand,
+	org.apache.juneau.microservice.console.ConfigCommand,
+    org.apache.juneau.examples.rest.command.EchoCommand
 	
 #=======================================================================================================================
 # Logger settings
diff --git a/juneau-microservice/juneau-microservice-springboot-template/src/main/resources/juneau.cfg b/juneau-microservice/juneau-microservice-springboot-template/src/main/resources/juneau.cfg
index 0d72fc335..21c69ad0f 100755
--- a/juneau-microservice/juneau-microservice-springboot-template/src/main/resources/juneau.cfg
+++ b/juneau-microservice/juneau-microservice-springboot-template/src/main/resources/juneau.cfg
@@ -34,4 +34,5 @@ header =
 footer = 
 	<a href='$U{$C{REST/footerLink}}'>
 		<img src='$U{$C{REST/footerIcon}}' style='float:right;padding-right:20px;height:32px'/>
-	</a>
\ No newline at end of file
+	</a>
+


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services