Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
84ea8ffb
Commit
84ea8ffb
authored
Feb 06, 2018
by
夜的那种黑丶
Committed by
季圣华
Feb 06, 2018
Browse files
!13 修复数据库名称Linux下大小写敏感问题
Merge pull request !13 from 夜的那种黑丶/master
parents
78cce92d
8c4b256b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/hibernate/UserBusiness.hbm.xml
View file @
84ea8ffb
...
@@ -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_user
B
usiness"
>
<class
name=
"com.jsh.model.po.UserBusiness"
table=
"jsh_user
b
usiness"
>
<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"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment