Commit 84ea8ffb authored by 夜的那种黑丶's avatar 夜的那种黑丶 Committed by 季圣华
Browse files

!13 修复数据库名称Linux下大小写敏感问题

Merge pull request !13 from 夜的那种黑丶/master
parents 78cce92d 8c4b256b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
<hibernate-mapping> <hibernate-mapping>
<class name="com.jsh.model.po.UserBusiness" table="jsh_userBusiness"> <class name="com.jsh.model.po.UserBusiness" table="jsh_userbusiness">
<id name="Id" type="java.lang.Long"> <id name="Id" type="java.lang.Long">
<column name="Id"/> <column name="Id"/>
<generator class="native"/> <generator class="native"/>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment