看视频学习javaweb项目,第一堂课spring生成工程时,需要velocity,但是SpringBoot中因为版本太高没有Velocity怎么办,提示requires Spring Boot >=1.1.6.RELEASE and <1.4.0.M2,但是我的最低只有1.4.7
http://blog.csdn.net/clementad/article/details/51819647
在maven配置中手动修改springboot的版本为1.4.0,并引入velocity