摘要: 在模板文件的表达式中,可以使用“${T(全限定类名).方法名(参数)}”这种格式来调用Java类的静态方法。 开发环境:IntelliJ IDEA 2019.2.2 Spring Boot版本:2.1.8 新建一个名称为demo的Spring Boot项目。 1、pom.xml 加入Thymelea 阅读全文
posted @ 2023-02-17 19:37 xiondun 阅读(634) 评论(0) 推荐(0)
摘要: @TableName(autoResultMap = true)public class Product extends BaseEntity { @TableField(typeHandler = JacksonTypeHandler.class) <result property="images 阅读全文
posted @ 2023-02-17 19:27 xiondun 阅读(39) 评论(0) 推荐(0)