11 lines
3.3 KiB
HTML
11 lines
3.3 KiB
HTML
<html><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>Part X. Spring Boot Cloud CLI</title><link rel="stylesheet" type="text/css" href="css/manual-multipage.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="multi_spring-cloud.html" title="Spring Cloud"><link rel="up" href="multi_spring-cloud.html" title="Spring Cloud"><link rel="prev" href="multi_spring-cloud-zookeeper-config.html" title="74. Distributed Configuration with Zookeeper"><link rel="next" href="multi__installation.html" title="75. Installation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Part X. Spring Boot Cloud CLI</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="multi_spring-cloud-zookeeper-config.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="multi__installation.html">Next</a></td></tr></table><hr></div><div class="part"><div class="titlepage"><div><div><h1 class="title"><a name="_spring_boot_cloud_cli" href="#_spring_boot_cloud_cli"></a>Part X. Spring Boot Cloud CLI</h1></div></div></div><div class="partintro"><div></div><p>Spring Boot CLI provides <a class="link" href="http://projects.spring.io/spring-boot" target="_top">Spring
|
|
Boot</a> command line features for <a class="link" href="https://github.com/spring-cloud" target="_top">Spring
|
|
Cloud</a>. You can write Groovy scripts to run Spring Cloud component
|
|
applications (e.g. <code class="literal">@EnableEurekaServer</code>). You can also easily do
|
|
things like encryption and decryption to support Spring Cloud Config
|
|
clients with secret configuration values. With the Launcher CLI you
|
|
can launch services like Eureka, Zipkin, Config Server
|
|
conveniently all at once from the command line (very useful at
|
|
development time).</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top"><p>Spring Cloud is released under the non-restrictive Apache 2.0 license. If you would like to contribute to this section of the documentation or if you find an error, please find the source code and issue trackers in the project at <a class="link" href="https://github.com/spring-cloud/spring-cloud-cli/tree/master/docs/src/main/asciidoc" target="_top">github</a>.</p></td></tr></table></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="multi_spring-cloud-zookeeper-config.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="multi__installation.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">74. Distributed Configuration with Zookeeper </td><td width="20%" align="center"><a accesskey="h" href="multi_spring-cloud.html">Home</a></td><td width="40%" align="right" valign="top"> 75. Installation</td></tr></table></div></body></html> |