com.alibaba.boot:velocity-spring-boot-autoconfigure

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Categories

Categories

Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

com.alibaba.boot
ArtifactId

ArtifactId

velocity-spring-boot-autoconfigure
Last Version

Last Version

1.0.4.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Download velocity-spring-boot-autoconfigure

How to add to project

<!-- https://jarcasting.com/artifacts/com.alibaba.boot/velocity-spring-boot-autoconfigure/ -->
<dependency>
    <groupId>com.alibaba.boot</groupId>
    <artifactId>velocity-spring-boot-autoconfigure</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.boot/velocity-spring-boot-autoconfigure/
implementation 'com.alibaba.boot:velocity-spring-boot-autoconfigure:1.0.4.RELEASE'
// https://jarcasting.com/artifacts/com.alibaba.boot/velocity-spring-boot-autoconfigure/
implementation ("com.alibaba.boot:velocity-spring-boot-autoconfigure:1.0.4.RELEASE")
'com.alibaba.boot:velocity-spring-boot-autoconfigure:jar:1.0.4.RELEASE'
<dependency org="com.alibaba.boot" name="velocity-spring-boot-autoconfigure" rev="1.0.4.RELEASE">
  <artifact name="velocity-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.boot', module='velocity-spring-boot-autoconfigure', version='1.0.4.RELEASE')
)
libraryDependencies += "com.alibaba.boot" % "velocity-spring-boot-autoconfigure" % "1.0.4.RELEASE"
[com.alibaba.boot/velocity-spring-boot-autoconfigure "1.0.4.RELEASE"]

Dependencies

compile (7)

Group / Artifact Type Version
com.alibaba.spring : spring-context-velocity jar 1.4.3.18.RELEASE
com.alibaba.spring : spring-webmvc-velocity jar 1.4.3.18.RELEASE
com.alibaba.boot : spring-boot-web-support jar 1.0.0.RELEASE
org.apache.velocity : velocity jar 1.7
org.apache.velocity : velocity-tools jar 2.0
org.springframework.boot : spring-boot-starter-web Optional jar
org.springframework.boot : spring-boot-configuration-processor Optional jar

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api Optional jar

test (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-tomcat jar
org.springframework.boot : spring-boot-starter-test jar
junit : junit jar

Project Modules

There are no modules declared in this 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

中文文档

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

Velocity Common support

Velocity Layout support

Velocity Tools support

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

com.alibaba.boot

Alibaba

Alibaba Open Source

Versions

Version
1.0.4.RELEASE
0.1.0