@@ -54,41 +54,43 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
54
54
55
55
1 . Open the * pom.xml* file in a text editor and add the following to the list of ` <dependencies> ` .:
56
56
57
- #### [ Spring Cloud 1.1.x] ( #tab/java/1.1 )
58
- ``` xml
59
- <dependency >
60
- <groupId >com.microsoft.azure</groupId >
61
- <artifactId >spring-cloud-azure-appconfiguration-config</artifactId >
62
- <version >1.1.1</version >
63
- </dependency >
64
- <dependency >
65
- <groupId >com.microsoft.azure</groupId >
66
- <artifactId >spring-cloud-azure-feature-management-web</artifactId >
67
- <version >1.1.1</version >
68
- </dependency >
69
- <dependency >
70
- <groupId >org.springframework.boot</groupId >
71
- <artifactId >spring-boot-starter-thymeleaf</artifactId >
72
- </dependency >
73
- ```
74
- #### [Spring Cloud 1.2.x](#tab/java/1.2)
75
- ```xml
76
- <dependency >
77
- <groupId >com.microsoft.azure</groupId >
78
- <artifactId >spring-cloud-azure-appconfiguration-config</artifactId >
79
- <version >1.2.1</version >
80
- </dependency >
81
- <dependency >
82
- <groupId >com.microsoft.azure</groupId >
83
- <artifactId >spring-cloud-azure-feature-management-web</artifactId >
84
- <version >1.2.1</version >
85
- </dependency >
86
- <dependency >
87
- <groupId >org.springframework.boot</groupId >
88
- <artifactId >spring-boot-starter-thymeleaf</artifactId >
89
- </dependency >
90
- ```
91
- ---
57
+ ### Spring Cloud 1.1.x
58
+
59
+ ``` xml
60
+ <dependency >
61
+ <groupId >com.microsoft.azure</groupId >
62
+ <artifactId >spring-cloud-azure-appconfiguration-config</artifactId >
63
+ <version >1.1.1</version >
64
+ </dependency >
65
+ <dependency >
66
+ <groupId >com.microsoft.azure</groupId >
67
+ <artifactId >spring-cloud-azure-feature-management-web</artifactId >
68
+ <version >1.1.1</version >
69
+ </dependency >
70
+ <dependency >
71
+ <groupId >org.springframework.boot</groupId >
72
+ <artifactId >spring-boot-starter-thymeleaf</artifactId >
73
+ </dependency >
74
+ ```
75
+
76
+ ### Spring Cloud 1.2.x
77
+
78
+ ``` xml
79
+ <dependency >
80
+ <groupId >com.microsoft.azure</groupId >
81
+ <artifactId >spring-cloud-azure-appconfiguration-config</artifactId >
82
+ <version >1.2.1</version >
83
+ </dependency >
84
+ <dependency >
85
+ <groupId >com.microsoft.azure</groupId >
86
+ <artifactId >spring-cloud-azure-feature-management-web</artifactId >
87
+ <version >1.2.1</version >
88
+ </dependency >
89
+ <dependency >
90
+ <groupId >org.springframework.boot</groupId >
91
+ <artifactId >spring-boot-starter-thymeleaf</artifactId >
92
+ </dependency >
93
+ ```
92
94
93
95
> [ !Note]
94
96
> There is a non-web Feature Management Library that doesn't have a dependency on spring-web. Refer to GitHub's [ documentation] ( https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-feature-management ) for differences.
0 commit comments