GitHub - alibaba/velocity-spring-boot-project: A Spring Boot Starter for velocity including Spring's official and Alibaba's implementation , e.g, Layout , Tools supports.

[](#velocity-spring-boot-project)Velocity Spring Boot Project

A Spring Boot Starter for velocity including Spring's official and Alibaba's implementation , e.g, Layout , Tools supports.

[](#release-notes)Release Notes

[](#%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3)中文文档

[](#released-version)Released version

<dependencies>
    ...
    <!-- Spring Boot Starter -->
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-web</artifactId>
    </dependency>
    
    <dependency>
        <groupId>com.alibaba.boot</groupId>
        <artifactId>velocity-spring-boot-starter</artifactId>
        <version>1.0.4.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>

[](#features)Features

[](#velocity-common-support)Velocity Common support

[](#velocity-layout-support)Velocity Layout support

[](#velocity-tools-support)Velocity Tools support

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

Dependencies

Compatibility

Java

1.7 +

Servlet

3.0 +

Spring Boot

1.4 +

Alibaba Spring Velocity Context Support

1.4.1.8 +

Alibaba Spring Boot Web Support

1.0.0 +

Alibaba Spring WebMVC Support

1.0.0 +

Alibaba Spring Context Support

1.0.0 +

[](#downstream-projects)Downstream Projects


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

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