Skip to content

Commit 535db5c

Browse files
committed
docs(about): improve spring boot documentation
1 parent 600194b commit 535db5c

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

  • docs/pages/about/advanced-concepts/spring-boot

docs/pages/about/advanced-concepts/spring-boot/index.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# Spring Boot
22

3-
FF4j has provided Spring Boot starters which helps in integrating FF4j into your Spring Boot
4-
application. The starters provide autoconfiguration for FF4j, making it easy to set up and use. With
3+
FF4j provides Spring Boot starters that help integrate FF4j into a Spring Boot
4+
application. The starters provide auto-configuration for FF4j, making it easy to set up and use. With
55
the starters, you can easily enable or disable features in your application based on the
66
configuration of FF4j.
77

88
## Overview
99

10-
FF4j has 2 Spring Boot starter
10+
FF4j provides two Spring Boot starters:
1111

12-
- [
13-
`ff4j-spring-boot-starter-webmvc`](https://github.com/ff4j/ff4j-spring-boot-starter-parent?tab=readme-ov-file#ff4j-spring-boot-starter-webmvc) -
12+
- [`ff4j-spring-boot-starter-webmvc`](https://github.com/ff4j/ff4j-spring-boot-starter-parent?tab=readme-ov-file#ff4j-spring-boot-starter-webmvc) -
1413
The starter for Spring MVC applications.
15-
- [
16-
`ff4j-spring-boot-starter-webflux`](https://github.com/ff4j/ff4j-spring-boot-starter-parent?tab=readme-ov-file#ff4j-spring-boot-starter-webflux) -
14+
- [`ff4j-spring-boot-starter-webflux`](https://github.com/ff4j/ff4j-spring-boot-starter-parent?tab=readme-ov-file#ff4j-spring-boot-starter-webflux) -
1715
The starter for Spring WebFlux applications.
1816

1917
| Feature | ff4j-spring-boot-starter-webmvc | ff4j-spring-boot-starter-webflux |
@@ -32,7 +30,7 @@ FF4j has 2 Spring Boot starter
3230

3331
=== "1. Dependency"
3432

35-
Add the dependency [`ff4j-spring-boot-starter-webmvc`]()
33+
Add the dependency `ff4j-spring-boot-starter-webmvc`
3634

3735
```xml title="pom.xml"
3836
<dependency>
@@ -71,7 +69,7 @@ FF4j has 2 Spring Boot starter
7169

7270
=== "1. Dependency"
7371

74-
Add the dependency [`ff4j-spring-boot-starter-webmvc`]()
72+
Add the dependency `ff4j-spring-boot-starter-webflux`
7573

7674
```xml title="pom.xml"
7775
<dependency>
@@ -100,4 +98,4 @@ FF4j has 2 Spring Boot starter
10098

10199
=== "3. Bootstrap"
102100

103-
Run the application with `mvn spring-boot:run` and access the FF4j web console at `http://localhost:8080/ff4j-console`
101+
Run the application with `mvn spring-boot:run` and access the FF4j web api at `http://localhost:8080/swagger-ui/index.html`

0 commit comments

Comments
 (0)