Skip to content

Commit

Permalink
modify URL without version #807
Browse files Browse the repository at this point in the history
  • Loading branch information
bthabukar committed Nov 26, 2019
1 parent cdbfb57 commit d439d7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util-3.1.xsd">
http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd">

<bean id="jdbcTemplateForCodeList" class="org.springframework.jdbc.core.JdbcTemplate">
<property name="dataSource" ref="dataSource" />
Expand Down

0 comments on commit d439d7a

Please sign in to comment.