- <!-- 为了防止生成的代码中有很多注释,比较难看,加入下面的配置控制 -->
- <!-- <!– 是否去除自动生成的注释 true:是 : false:否 –> -->
- <commentGenerator >
- <property name="suppressDate" value="true"/>
- <property name="suppressAllComments" value="true"/>
- </commentGenerator>
- <!-- 注释控制完毕 -->
- <jdbcConnection driverClass="oracle.jdbc.driver.OracleDriver"
- connectionURL="jdbc:oracle:thin:@xxx.xxx.x.xxx:1521:xxxx" userId="xxxx" password="xxxx">
- </jdbcConnection>
- 注意先后顺序。上面去除注释的配置要放在数据库配置的前面,不然会报错。
相关文章:
-
2021-10-28
-
2022-12-23
-
2022-01-19
猜你喜欢
-
2022-12-23
-
2021-05-29
-
2021-08-05
-
2022-01-26
-
2022-12-23
-
2022-12-23
-
2021-11-28
相关资源
-
下载
2023-03-12
-
下载
2021-07-14
-
下载
2023-04-11
-
下载
2022-12-11