摘要:
一、在Spring中使用thymeleaf的步骤 1.配置 In order to use Thymeleaf with Spring, you’ll need to configure three beans that enable Thymeleaf-Spring integration: A 阅读全文
posted @ 2016-03-05 12:24
shamgod
阅读(7096)
评论(0)
推荐(0)
摘要:
一、 1.定义TilesConfigurer、TilesViewResolver的bean 注意有tiles2和tiles3,这里使用tiles3 (1)java形式 1 package spittr.web; 2 3 import org.springframework.context.annot 阅读全文
posted @ 2016-03-05 10:02
shamgod
阅读(813)
评论(0)
推荐(0)