File tree 1 file changed +4
-3
lines changed
spring-jdbc/src/main/resources/org/springframework/jdbc/support
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 2.0//EN" "https://www.springframework.org/dtd/spring-beans-2.0.dtd">
3
-
4
2
<!--
5
3
- Default SQL error codes for well-known databases.
6
4
- Can be overridden by definitions in a "sql-error-codes.xml" file
12
10
- If this property is present, then it will be used instead of the id for
13
11
- looking up the error codes based on the current database.
14
12
-->
15
- <beans >
13
+ <beans xmlns =" http://www.springframework.org/schema/beans"
14
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
15
+ xsi : schemaLocation =" http://www.springframework.org/schema/beans
16
+ https://www.springframework.org/schema/beans/spring-beans.xsd" >
16
17
17
18
<bean id =" DB2" name =" Db2" class =" org.springframework.jdbc.support.SQLErrorCodes" >
18
19
<property name =" databaseProductName" >
You can’t perform that action at this time.
0 commit comments