@EnableEurekaServer
+class Eureka {}
+diff --git a/spring-cloud-cli.html b/spring-cloud-cli.html index 82bb806..b9b8fae 100644 --- a/spring-cloud-cli.html +++ b/spring-cloud-cli.html @@ -417,8 +417,13 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
Spring Boot command line features for -Spring Cloud.
+Spring Boot CLI provides Spring Boot command line features for
+Spring Cloud. You can write Groovy scripts to run Spring Cloud component applications
+(e.g. @EnableEurekaServer). You can also easily do things like encryption and decryption to support Spring Cloud
+Config clients with secret configuration values.