
分类:Templates

2020
09-29
09-29
Springboot访问templates html页面过程详解

2020
09-25
09-25
Springboot读取templates文件html代码实例
SpringBoot里面没有我们之前常规web开发的WebContent(WebApp),它只有src目录在src/main/resources下面有两个文件夹,static和templatesspringboot默认static中放静态页面,而templates中放动态页面在不使用第三方jar包的情况下,Springboot不能直接访问templates下的静态页面,需要加其他jar包依赖。代码如下importorg.slf4j.Logger;importorg.slf4j.LoggerFactory;importorg.springframework.stereotype.Controller;impor...
继续阅读 >
2020
09-24
09-24
Kotlin之自定义 Live Templates详解(模板代码)
