摘要:
只需要在配置要生成的table表中添加几个配置属性就行了。在generatorConfig.xml文件中修改 <!--指定数据库表--> <table tableName="t_user" schema="" > <generatedKey column="userId" sqlStatement= 阅读全文
posted @ 2022-04-07 19:48
Isle小宇
阅读(524)
评论(0)
推荐(0)
代码: ` public void test01() throws PropertyVetoException, SQLException { ComboPooledDataSource dataSource=new ComboPooledDataSource(); dataSource.setDr 阅读全文