更新数据库,修改表名称和库名称

This commit is contained in:
季圣华
2016-11-12 23:36:17 -06:00
parent aba6a4f196
commit 631361fc96
20 changed files with 382 additions and 557 deletions

View File

@@ -1,4 +1,4 @@
jdbcUrl= jdbc\:mysql\://localhost\:3306/ams?useUnicode\=true&characterEncoding\=UTF-8
jdbcUrl= jdbc\:mysql\://localhost\:3306/jsh_erp?useUnicode\=true&characterEncoding\=UTF-8
driverClass= com.mysql.jdbc.Driver
user= root
password=1234

View File

@@ -23,7 +23,6 @@
<!-- 对应的实体映射 -->
<mapping resource="com/jsh/model/po/Supplier.hbm.xml" />
<mapping resource="com/jsh/model/po/Logdetails.hbm.xml" />
<mapping resource="com/jsh/model/po/Department.hbm.xml" />
<mapping resource="com/jsh/model/po/Assetname.hbm.xml" />
<mapping resource="com/jsh/model/po/Category.hbm.xml" />
<mapping resource="com/jsh/model/po/Basicuser.hbm.xml" />