<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:
spring-boot-web-support
An support project for Spring Boot Web
Dependencies & Compatibility
Downstream Projects
Release version
If your project failed to resolve the dependency, try to add the following repository:
Documents
TODO