添加 remarksReporting 连接属性设置(可获取到表的remark备注)

This commit is contained in:
thinkgem
2020-03-21 09:40:20 +08:00
parent 2ae22bd7d3
commit f79b18a4b9
3 changed files with 6 additions and 3 deletions

View File

@@ -340,7 +340,6 @@
<profiles>
<!-- 生成文档 -->
<profile>
<id>javadoc</id>
<build>
@@ -353,7 +352,6 @@
</build>
</profile>
<!-- 打包项目 -->
<profile>
<id>package</id>
<build>
@@ -366,7 +364,6 @@
</build>
</profile>
<!-- 部署项目 -->
<profile>
<id>deploy</id>
<build>