Spring Boot Legacy

Spring Boot web.xml support

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-legacy
Last Version

Last Version

2.1.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot Legacy
Spring Boot web.xml support
Project URL

Project URL

http://spring.io
Project Organization

Project Organization

Pivotal
Source Code Management

Source Code Management

http://github.com/dsyer/spring-boot-legacy

Download spring-boot-legacy

How to add to project

<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-legacy/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-legacy</artifactId>
    <version>2.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-legacy/
implementation 'org.springframework.boot:spring-boot-legacy:2.1.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-legacy/
implementation ("org.springframework.boot:spring-boot-legacy:2.1.0.RELEASE")
'org.springframework.boot:spring-boot-legacy:jar:2.1.0.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-legacy" rev="2.1.0.RELEASE">
  <artifact name="spring-boot-legacy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-legacy', version='2.1.0.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-legacy" % "2.1.0.RELEASE"
[org.springframework.boot/spring-boot-legacy "2.1.0.RELEASE"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-actuator Optional jar 2.1.3.RELEASE
org.springframework.boot : spring-boot-starter-security Optional jar 2.1.3.RELEASE
org.springframework.boot : spring-boot-starter-web Optional jar 2.1.3.RELEASE

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.1

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.3.RELEASE

Project Modules

There are no modules declared in this project.

Spring Boot Support for Servlet 2.5

Latest release 2.0.1.RELEASE, updated to Spring Boot 2.0.3.RELEASE.

Spring Boot is built on Servlet 3.1. Older servlet versions can be used with Spring Boot, but some workarounds are needed. This project is a library that gives you a start with those. There is a sample that is running on Google Appengine at http://dsyerboot.appspot.com/. Copy the web.xml from the sample to get started with your own project.

To deploy the sample to GAE use mvn appengine:update (reference docs are here).

Additionally this can be used to load Spring Boot in a Servlet 3.0+ container like Wildfly 8.2.1 when you exclude the Spring Framework and Spring Boot dependencies from the WAR and place them in the EAR. i.e. A Skinny Ear. See Spring Boot EAR with Skinny WARs.

Versions

Version
2.1.0.RELEASE
2.0.0.RELEASE
1.1.0.RELEASE
1.0.2.RELEASE
1.0.1.RELEASE
1.0.0.RELEASE