SpringBoot | Velocity template

SpringBoot版本:

    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.0.6.RELEASE</version>
        <relativePath/> <!-- lookup parent from repository -->
    </parent>

使用Velocity,无法在pom文件中,Ctrl 进入详细,也就意味着无相关依赖,查找资料后发现是  SpringBoot1.5.x以后的版本不再支持Velocity这个模板。

需要解决相关问题的朋友可阅读此篇博客:https://blog.csdn.net/erlian1992/article/details/80792386

原文地址:https://www.cnblogs.com/jj81/p/9944133.html