GitHub - alibaba/spring-boot-web-support: An support project for Spring Boot Web

[](#spring-boot-web-support)spring-boot-web-support

An support project for Spring Boot Web

[](#dependencies--compatibility)Dependencies & Compatibility

Dependencies

Compatibility

Java

1.7 +

Servlet

3.0 +

Spring Boot

1.4 +

Alibaba Spring WebMVC Support

1.0.0 +

Alibaba Spring Context Support

1.0.0 +

[](#downstream-projects)Downstream Projects

[](#release-version)Release version

<dependencies>

......

 <!-- Spring Boot Web -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
    <version>${spring-boot.version}</version>
</dependency>

<!-- Spring Boot Web Support -->
<dependency>
    <groupId>com.alibaba.boot</groupId>
    <artifactId>spring-boot-web-support</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>

......

</dependencies>

If your project failed to resolve the dependency, try to add the following repository:

<repositories>
    <repository>
        <id>sonatype-nexus</id>
        <url>https://oss.sonatype.org/content/repositories/releases</url>
        <releases>
            <enabled>true</enabled>
        </releases>
    </repository>
</repositories>

[](#documents)Documents

TODO


原网址: 访问
创建于: 2019-03-24 01:34:50
目录: default
标签: 无

请先后发表评论
  • 最新评论
  • 总共0条评论