Spring Boot Legacy

Spring Boot web.xml support

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

org.springframework.boot
Идентификатор

Идентификатор

spring-boot-legacy
Последняя версия

Последняя версия

2.1.0.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring Boot Legacy
Spring Boot web.xml support
Ссылка на сайт

Ссылка на сайт

http://spring.io
Организация-разработчик

Организация-разработчик

Pivotal
Система контроля версий

Система контроля версий

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

Скачать spring-boot-legacy

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-actuator Необязательный jar 2.1.3.RELEASE
org.springframework.boot : spring-boot-starter-security Необязательный jar 2.1.3.RELEASE
org.springframework.boot : spring-boot-starter-web Необязательный jar 2.1.3.RELEASE

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 4.0.1

test (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar 2.1.3.RELEASE

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
2.1.0.RELEASE
2.0.0.RELEASE
1.1.0.RELEASE
1.0.2.RELEASE
1.0.1.RELEASE
1.0.0.RELEASE