修改冲突
parent
9ad082697a
commit
665107e3cf
19
README.md
19
README.md
|
@ -96,13 +96,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
|
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
|
||||||
<beans>
|
<beans>
|
||||||
<
|
|
||||||
<
|
|
||||||
<
|
|
||||||
<
|
|
||||||
<
|
|
||||||
<
|
|
||||||
< HEAD
|
|
||||||
<bean id="propertyPlaceholderConfigurer"
|
<bean id="propertyPlaceholderConfigurer"
|
||||||
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
|
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
|
||||||
<property name="locations" value="classpath:application.properties"/>
|
<property name="locations" value="classpath:application.properties"/>
|
||||||
|
@ -113,18 +106,6 @@
|
||||||
<property name="systemFilePath" value="${systemFilePath}"/>
|
<property name="systemFilePath" value="${systemFilePath}"/>
|
||||||
<property name="logPath" value="${logPath}"/>
|
<property name="logPath" value="${logPath}"/>
|
||||||
</bean>
|
</bean>
|
||||||
=======
|
|
||||||
<bean id="propertyPlaceholderConfigurer"
|
|
||||||
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
|
|
||||||
<property name="locations" value="classpath:application.properties"/>
|
|
||||||
</bean>
|
|
||||||
<bean id="basetest" class="basetest.BaseTestConfig">
|
|
||||||
<property name="serverName" value="${serverName}"/>
|
|
||||||
<property name="rootPath" value="${rootPath}"/>
|
|
||||||
<property name="systemFilePath" value="${systemFilePath}"/>
|
|
||||||
<property name="logPath" value="${logPath}"/>
|
|
||||||
</bean>
|
|
||||||
>>>>>>> a01b7872c839238409568119a0d0980f3a799c4d
|
|
||||||
</beans>
|
</beans>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue