Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

alibaba spring-boot spring-boot-starter spring-mvc velocity velocity-spring-boot velocity-template-engine

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.md)

## [中文文档](README_CN.md)

## Released version

```xml

...


org.springframework.boot
spring-boot-starter-web



com.alibaba.boot
velocity-spring-boot-starter
1.0.4.RELEASE

...

```

If your project failed to resolve the dependency, try to add the following repository:
```xml


sonatype-nexus
https://oss.sonatype.org/content/repositories/releases

true



```

## 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](https://github.com/alibaba/spring-velocity-support/)| 1.4.1.8 + |
| [Alibaba Spring Boot Web Support](https://github.com/alibaba/spring-boot-web-support) | 1.0.0 + |
| [Alibaba Spring WebMVC Support](https://github.com/alibaba/spring-webmvc-support) | 1.0.0 + |
| [Alibaba Spring Context Support](https://github.com/alibaba/spring-context-support) | 1.0.0 + |

## Downstream Projects

* [Alibaba Spring Boot Web Support](https://github.com/alibaba/spring-boot-web-support)
* [Alibaba Spring WebMVC Support](https://github.com/alibaba/spring-webmvc-support)
* [Alibaba Spring Context Support](https://github.com/alibaba/spring-context-support)
* [Alibaba Spring Velocity Support](https://github.com/alibaba/spring-velocity-support/)
* [Alibaba Spring Velocity Web MVC Support](https://github.com/alibaba/spring-velocity-support/tree/master/spring-webmvc-velocity)
* [Alibaba Spring Velocity Context Support](https://github.com/alibaba/spring-velocity-support/tree/master/spring-context-velocity)