From 41c8dfd72b4c1451e2830a1dc39bf3600eb8a20a Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 9 Mar 2015 17:49:37 +0000 Subject: [PATCH] Slim down quickstart samples --- index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.html b/index.html index e8fdb9b..99011c2 100644 --- a/index.html +++ b/index.html @@ -50,8 +50,6 @@ configure or extend to create a custom solution. You can create a Config Server with a single annotation: ```groovy -@Configuration -@EnableAutoConfiguration @EnableConfigServer class ConfigServer { } @@ -72,8 +70,6 @@ server. The Spring Boot CLI (with the Cloud extensions) will do this automatically for all applications. ```groovy -@Configuration -@EnableAutoConfiguration @Controller class ConfigClient { }