com.sgota.springboot:spring-boot-velocity-starter

SGOTA Spring Boot Velocity

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.sgota.springboot
ArtifactId

ArtifactId

spring-boot-velocity-starter
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

SGOTA Spring Boot Velocity

Download spring-boot-velocity-starter

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.sgota.springboot : spring-web-velocity jar 1.0.0
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.springframework : spring-webmvc jar

Project Modules

There are no modules declared in this project.

SGOTA Spring Boot Velocity

中文文档

Add Spring Boot official Starter,support Velocity template engine

Spring has no official support Velocity template engine. The project is to add the code to support

Code from SpringFramework 4.3.19 and SpringBoot 1.4.7

QuickStart

<dependency>
    <groupId>com.sgota.springboot</groupId>
    <artifactId>spring-boot-velocity-starter</artifactId>
    <version>1.0.0</version>
</dependency>

Compatibility

Dependencies Version
Java 1.8 +
SpringFramework 5.0 +
SpringBoot 2.0 +

Versions

Version
1.0.0