Skip to content

Commit

Permalink
edits per review
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuelle committed May 9, 2024
1 parent 276191f commit 4a7f02d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/ROOT/pages/deploy-spring-boot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ To enable Open Liberty to support a Spring Boot application, add one of the feat

The examples in the following sections use a sample `hellospringboot.jar` application that is similar to the finished application from the Spring Boot link:https://spring.io/guides/gs/spring-boot/[Building an Application with Spring Boot] guide. If you are not familiar with Spring Boot, complete that guide first. The guide includes instructions to build the application as an executable JAR, which is the primary file format that is used in these examples.

As an alternative to using the optimized Spring Boot deployment described in the following sections,you can also deploy a Spring Boot application like any standard Jakarta EE WAR. For more information, see the link:/blog/2024/05/01/spring-boot-3.html[Running a Spring Boot 3.x application WAR file on Liberty] blog post.

Although the examples in the following sections use an example JAR application file, the Open Liberty configuration is the same for JAR and WAR files.


Expand Down

0 comments on commit 4a7f02d

Please sign in to comment.