Use Hibernate mapping DTD from classpath
This commit is contained in:
committed by
Fadhel Mahmoud Ben Hassine
parent
a30aaac4be
commit
a55f556893
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE hibernate-mapping PUBLIC
|
||||
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
|
||||
"https://hibernate.org/dtd/hibernate-mapping-3.0.dtd">
|
||||
"classpath://org/hibernate/hibernate-mapping-3.0.dtd">
|
||||
|
||||
<hibernate-mapping>
|
||||
<class name="org.springframework.batch.sample.domain.trade.CustomerCredit"
|
||||
|
||||
Reference in New Issue
Block a user