Merge pull request #3 from mercyblitz/refactor Update 1.4.3.25.RELEASE
Merge pull request #3 from mercyblitz/refactor
Update 1.4.3.25.RELEASE
An support project of legacy velocity based on Spring Framework, it is a base project of Alibaba velocity-spring-boot-project, and most code is forked from Spring Framework official implementation.
<dependencies> ...... <!-- Spring Framework --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>${spring.framework.version}</version> </dependency> <!-- Spring Context Velocity --> <dependency> <groupId>com.alibaba.spring</groupId> <artifactId>spring-context-velocity</artifactId> <version>1.4.3.25.RELEASE</version> </dependency> ...... </dependencies>
<dependencies> ...... <!-- Spring Web MVC --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>${spring.framework.version}</version> </dependency> <!-- Spring WebMVC Velocity --> <dependency> <groupId>com.alibaba.spring</groupId> <artifactId>spring-webmvc-velocity</artifactId> <version>1.4.3.25.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>
org.springframework
spring-context-velocity
spring-context-support:4.3.25.RELEASE
spring-webmvc-velocity
spring-webmvc:4.3.25.RELEASE
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
spring-velocity-support
An support project of legacy velocity based on Spring Framework, it is a base project of Alibaba velocity-spring-boot-project, and most code is forked from Spring Framework official implementation.
Released version
Non-Web Application
Web Application
If your project failed to resolve the dependency, try to add the following repository:
Modules
Forked Modules
org.springframeworkspring-context-velocityspring-context-support:4.3.25.RELEASEspring-webmvc-velocityspring-webmvc:4.3.25.RELEASE