Table configuration with catalog null, schema null, and table author} did no
其实配置跟着官方文档来就行,需要注意的事开发工具的坑
<table tableName="${tableName}}" >
</table>
注意我的表名是配置在配置文件中的,所以使用了表达式的方式获取值,但是工具自动多加了一个}–》KaTeX parse error: Expected 'EOF', got '}' at position 12: {tableName}}̲,应该是{tableName}
然后就是注意如果使用的事properties文件,后面的value不能加引号。
然后就可以生成啦。