-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
68 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
modules/reference/pages/feature/springBoot-1.5/description.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
link:https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using.build-systems.starters[Spring Boot Starters] are a set of convenient dependency descriptors provided by the Spring Boot that you can include in your application. When you use these starters with a Spring Boot application that is deployed on Open Liberty, you might need to enable features beyond the Spring Boot Support feature. The following table lists the Open Liberty features that are required to support certain Spring Boot 1.5 starters. | ||
|
||
.Open Liberty features that support Spring Boot 1.5 starters | ||
[%header,cols=2*] | ||
|=== | ||
|
||
|Spring Boot Starter | ||
|Open Liberty features | ||
|
||
|link:https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/1.5.0.RELEASE/spring-boot-starter-1.5.0.RELEASE.pom[spring-boot-starter] | ||
|`springBoot-1.5` | ||
|
||
|link:https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/1.5.0.RELEASE/spring-boot-starter-web-1.5.0.RELEASE.pom[spring-boot-starter-web] | ||
|`springBoot-1.5` and feature:servlet-3.1[], featureservlet-4.0[], or featurejsp-2.3[] | ||
|
||
|link:https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-websocket/1.5.0.RELEASE/spring-boot-starter-websocket-1.5.0.RELEASE.pom[spring-boot-starter-websocket] | ||
|`springBoot-1.5` and feature:websocket-1.0[] or feature:websocket-1.1[] | ||
|
||
|=== |
22 changes: 22 additions & 0 deletions
22
modules/reference/pages/feature/springBoot-2.0/description.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
link:https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using.build-systems.starters[Spring Boot Starters] are a set of convenient dependency descriptors provided by the Spring Boot that you can include in your application. When you use these starters with a Spring Boot application that is deployed on Open Liberty, you might need to enable features beyond the Spring Boot Support feature. The following table lists the Open Liberty features that are required to support certain Spring Boot 2.0 starters. | ||
|
||
.Open Liberty features that support Spring Boot 2.0 starters | ||
[%header,cols=2*] | ||
|=== | ||
|
||
|Spring Boot Starter | ||
|Open Liberty features | ||
|
||
|link:https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/2.0.0.RELEASE/spring-boot-starter-2.0.0.RELEASE.pom[spring-boot-starter] | ||
|`springBoot-2.0` | ||
|
||
|link:https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/1.5.0.RELEASE/spring-boot-starter-web-1.5.0.RELEASE.pom[spring-boot-starter-web] | ||
|`springBoot-2.0` and feature:servlet-3.1[], featureservlet-4.0[], or featurejsp-2.3[] | ||
|
||
|link:https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-websocket/1.5.0.RELEASE/spring-boot-starter-websocket-1.5.0.RELEASE.pom[spring-boot-starter-websocket] | ||
|`springBoot-2.0` and feature:websocket-1.0[] or feature:websocket-1.1[] | ||
|
||
|link:https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-webflux/2.0.1.RELEASE/spring-boot-starter-webflux-2.0.1.RELEASE.pom[spring-boot-starter-webflux] | ||
|`springBoot-2.0` and `servlet-3.1`, `servlet-4.0`, or `jsp-2.3` | ||
|
||
|=== |
22 changes: 22 additions & 0 deletions
22
modules/reference/pages/feature/springBoot-3.0/description.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
link:https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using.build-systems.starters[Spring Boot Starters] are a set of convenient dependency descriptors provided by the Spring Boot that you can include in your application. When you use these starters with a Spring Boot application that is deployed on Open Liberty, you might need to enable features beyond the Spring Boot Support feature. The following table lists the Open Liberty features that are required to support certain Spring Boot 3.0 starters. | ||
|
||
.Open Liberty features that support Spring Boot 3.0 starters | ||
[%header,cols=2*] | ||
|=== | ||
|
||
|Spring Boot Starter | ||
|Open Liberty features | ||
|
||
|link:https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/3.0.0/spring-boot-starter-3.0.0.pom[spring-boot-starter] | ||
|`springBoot-3.0` | ||
|
||
|link:https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/3.0.0/spring-boot-starter-web-3.0.0.pom[spring-boot-starter-web] | ||
|`springBoot-3.0` and feature:servlet-6.0[], featureservlet-6.1[], or featurejsp-2.3[] | ||
|
||
|link:https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-websocket/3.0.0/spring-boot-starter-websocket-3.0.0.pom[spring-boot-starter-websocket] | ||
|`springBoot-3.0` and feature:websocket-2.0[] | ||
|
||
|link:https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-webflux/3.0.0/spring-boot-starter-webflux-3.0.0.pom[spring-boot-starter-webflux] | ||
|`springBoot-3.0` and feature:servlet-6.0[], featureservlet-6.1[], or featurejsp-2.3[] | ||
|
||
|=== |