Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alibaba/velocity-spring-boot-project
- Owner: alibaba
- License: apache-2.0
- Created: 2018-06-15T03:43:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T02:57:35.000Z (almost 5 years ago)
- Last Synced: 2024-09-29T08:21:49.373Z (about 1 month ago)
- Topics: alibaba, spring-boot, spring-boot-starter, spring-mvc, velocity, velocity-spring-boot, velocity-template-engine
- Language: Java
- Size: 90.8 KB
- Stars: 295
- Watchers: 23
- Forks: 76
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)