jingxiang / velocity-spring-boot-starter

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

Repository from Github https://github.comjingxiang/velocity-spring-boot-starterRepository from Github https://github.comjingxiang/velocity-spring-boot-starter

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+


Languages

Language:Java 99.5%Language:Batchfile 0.5%