GitBucket
4.20.0
Toggle navigation
Sign in
Files
Branches
1
Tags
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
frozendragon
/
IBAN-Validator-Test
Browse code
This should not have been removed.
master
1 parent
fe417aa
commit
3815f1f87daab9c809d033ddfa2799b83be0428a
frozendragon
authored
on 15 Jan 2017
Patch
Showing
1 changed file
src/main/webapp/WEB-INF/iban-validator-test-servlet.xml
Ignore Space
Show notes
View
src/main/webapp/WEB-INF/iban-validator-test-servlet.xml
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/mvc" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd"> <context:annotation-driven/> <bean id="validatorRestService" class="se.ssns.iban.validator.test.rest.ValidatorRestService"> <constructor-arg name="ibanValidator" ref="ibanValidator"/> </bean> </beans>
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> <!--<context:annotation-driven/>--> <bean id="validatorRestService" class="se.ssns.iban.validator.test.rest.ValidatorRestService"> <constructor-arg name="ibanValidator" ref="ibanValidator"/> </bean> </beans>
Show line notes below