Skip to content

jingxiang/velocity-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A velocity spring boot starter to support spring boot 3.0.0+

The velocity version based on

velocity engine 2.3

Guides

1.Add maven dependency to pom.xml.

<dependency>
    <groupId>com.kalman03</groupId>
    <artifactId>velocity-spring-boot-starter</artifactId>
    <version>3.2.0</version>
</dependency>

2.Config the application.properties

#velocity
spring.velocity.enabled=true
spring.velocity.resource-loader-path=classpath:/templates/
spring.velocity.suffix=.vm
spring.velocity.layout-url=layout.vm

3.Done.

License

velocity-spring-boot-starter is released under the Apache 2.0 license.

About

velocity-spring-boot-starter , support spring boot 3.0+

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published