当前位置: 首页 > 工具软件 > Ourbatis > 使用案例 >

Ourbatis参数配置

公孙国兴
2023-12-01

Ourbatis系列文章:

单单使用Ourbaits,可以修改org.nico.ourbatis.Ourbatis中的静态参数来自定义配置,如果使用Ourbatis-Spring-Boot-Start,可以直接在application.properties中配置:

ourbatis.domain-locations=org.nico.ourbatis.domain

所有配置参数列表

字段名类型作用
template-locations必填ourbatis模板所在classpath下的相对路径
domain-locations必填ourbatis扫描domain包名
prefix默认为’@{’模板占位符语法前缀
suffix默认为’}’模板占位符语法后缀
print默认为null(关闭)表示模板渲染之后生成的xml打印文件夹路径,用于调试模板
enable默认为true是否启用ourbatis
 类似资料: