All Projects → alibaba → Velocity Spring Boot Project

alibaba / Velocity Spring Boot Project

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

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Velocity Spring Boot Project

Bucket4j Spring Boot Starter
Spring Boot Starter for Bucket4j
Stars: ✭ 127 (-55.44%)
Mutual labels:  spring-boot, spring-mvc, spring-boot-starter
Versioning Spring Boot Starter
Spring boot starter using for versioning rest easily.
Stars: ✭ 11 (-96.14%)
Mutual labels:  spring-boot, spring-mvc, spring-boot-starter
Spring Backend Boilerplate
The modularized backend boilerplate based on Spring Boot Framework, easy to get started and add your business part.
Stars: ✭ 134 (-52.98%)
Mutual labels:  spring-boot, spring-mvc, spring-boot-starter
Imooc O2o
SSM到Spring Boot从零开发校园商铺平台
Stars: ✭ 145 (-49.12%)
Mutual labels:  spring-boot, spring-mvc
Spring Boot Enterprise Application Development
Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》
Stars: ✭ 261 (-8.42%)
Mutual labels:  spring-boot, spring-mvc
Gemini
Model Driven REST framework to automatically generate CRUD APIs
Stars: ✭ 138 (-51.58%)
Mutual labels:  spring-boot, spring-mvc
Grpc Spring Boot Starter
Spring Boot starter module for gRPC framework.
Stars: ✭ 2,190 (+668.42%)
Mutual labels:  spring-boot, spring-boot-starter
Springbootwebapplicationstepbystep
Develop your first web application with Spring Boot Magic
Stars: ✭ 146 (-48.77%)
Mutual labels:  spring-boot, spring-mvc
Cas Client Autoconfig Support
Annotation-based configuration support for Apereo CAS Java clients
Stars: ✭ 153 (-46.32%)
Mutual labels:  spring-boot, spring-boot-starter
Kvf Admin
kvf-admin是一套基于springboot、mybatis、shiro及layui的轻量级快速开发框架、脚手架、后台管理系统、权限系统、基于activiti6整合的工作流OA系统,上手简单,拿来即用。
Stars: ✭ 209 (-26.67%)
Mutual labels:  spring-boot, spring-mvc
Rocketmq Spring Boot Starter
rocketmq-spring-boot-starter
Stars: ✭ 178 (-37.54%)
Mutual labels:  spring-boot, spring-boot-starter
Tutorial
Spring Boot的例子,包含RESTful API, MVC, JMS, Cache, Mybatis, Cache, Websocket...
Stars: ✭ 215 (-24.56%)
Mutual labels:  spring-boot, spring-mvc
Grpc Spring Boot Starter
Spring Boot starter module for gRPC framework.
Stars: ✭ 1,829 (+541.75%)
Mutual labels:  spring-boot, spring-boot-starter
Javadevjournal
Source code for the tutorials published on the Javadevjournal site.
Stars: ✭ 141 (-50.53%)
Mutual labels:  spring-boot, spring-mvc
Jasypt Spring Boot
Jasypt integration for Spring boot
Stars: ✭ 1,948 (+583.51%)
Mutual labels:  spring-boot, spring-boot-starter
Meetingfilm
基于微服务架构的在线电影购票平台
Stars: ✭ 149 (-47.72%)
Mutual labels:  spring-boot, spring-mvc
Ifast
ifast,中小型企业项目开发脚手架,以基础建设和实用性为主。代码简洁易懂。
Stars: ✭ 266 (-6.67%)
Mutual labels:  spring-boot, spring-mvc
Securing Rest Api Spring Security
Spring Boot 2.2.x + Spring 5.2.x Rest Api Security Example
Stars: ✭ 117 (-58.95%)
Mutual labels:  spring-boot, spring-mvc
Spring Boot Blog
Simple blog web app made using Spring Boot + Thymeleaf
Stars: ✭ 121 (-57.54%)
Mutual labels:  spring-boot, spring-mvc
Tutorial Soap Spring Boot Cxf
Tutorial how to create, test, deploy, monitor SOAP-Webservices using Spring Boot and Apache CXF
Stars: ✭ 167 (-41.4%)
Mutual labels:  spring-boot, spring-boot-starter

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].