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

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

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.alibaba.boot
ArtifactId

ArtifactId

velocity-spring-boot-project
Last Version

Last Version

1.0.4.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

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

Source Code Management

https://github.com/alibaba/velocity-spring-boot-project

Download velocity-spring-boot-project

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • velocity-spring-boot-autoconfigure
  • velocity-spring-boot-starter
  • velocity-spring-boot-sample

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