Skip to content

Commit

Permalink
Merge pull request #7337 from OpenLiberty/7296-sb-war
Browse files Browse the repository at this point in the history
Spring boot WAR clarification
  • Loading branch information
ramkumar-k-9286 authored May 17, 2024
2 parents 8b375cb + 39d1217 commit 111bb82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/ROOT/pages/deploy-spring-boot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ 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.

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.
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 for the optimized Spring Boot deployment is the same for JAR and WAR files.


- <<#deploy,Deploying a Spring Boot JAR or WAR application to Open Liberty from the command line>>
Expand Down

0 comments on commit 111bb82

Please sign in to comment.