天天看点

使用Thymeleaf模板自动生成文件

本示例使用Springboot2,项目创建参考文章 ==> 《SpringBoot入门一,使用myEclipse新建一个SpringBoot项目》 示例文件目录结构如下:
使用Thymeleaf模板自动生成文件
基础项目搭建完毕,现在开始操作

<dependency>

<groupId>ognl</groupId>

<artifactId>ognl</artifactId>

<version>3.1.12</version>

</dependency>

controller和service模板内容类似,具体可根据实际情况自行编写

public interface [(${javaTableName})]Ser {

}

使用Thymeleaf模板自动生成文件
生成文件内容
使用Thymeleaf模板自动生成文件
生成文件内容,controller与service文件类似

public interface SysUserSer {