我们可以在Spring启动时使用groovy模板吗?

时间:2016-12-29 07:39:09

标签: groovy spring-boot

我有需要使用Spring启动迁移的应用程序。在我的html文件中,我有以下代码,百事可乐不支持,那么有什么方法可以使用这个相同的html并迁移到spring boot?

#{if redirectCount && redirectUrl}
        <meta http-equiv="refresh" content="${redirectCount}; url=${redirectUrl}" />
        #{/if}

<span class="copyright">&{'copyright'}</span>

#{extends 'main.html' /}
#{include '_header.html'/}

1 个答案:

答案 0 :(得分:0)

是的,你可以,我目前正在研究Groovy,Groovy-Template和Spring-Boot进行实验。查看示例应用程序:https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-web-groovy-templates