File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-jdbc/src/main/resources/org/springframework/jdbc/support Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
2
<!--
4
3
- Default SQL error codes for well-known databases.
5
4
- Can be overridden by definitions in a "sql-error-codes.xml" file
13
12
-->
14
13
<beans xmlns =" http://www.springframework.org/schema/beans"
15
14
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
16
- xsi : schemaLocation =" http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd" >
15
+ xsi : schemaLocation =" http://www.springframework.org/schema/beans
16
+ https://www.springframework.org/schema/beans/spring-beans.xsd" >
17
17
18
18
<bean id =" DB2" name =" Db2" class =" org.springframework.jdbc.support.SQLErrorCodes" >
19
19
<property name =" databaseProductName" >
You can’t perform that action at this time.
0 commit comments