INTSAMPLES-74 2.2.0.M1 (SF 3.1.1) Compatibility
Change 'user' property to userid to avoid conflict with environment property.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<bean id="ftpClientFactory" class="org.springframework.integration.ftp.session.DefaultFtpSessionFactory">
|
||||
<property name="host" value="${host}"/>
|
||||
<property name="port" value="${port}"/>
|
||||
<property name="username" value="${user}"/>
|
||||
<property name="username" value="${userid}"/>
|
||||
<property name="password" value="${password}"/>
|
||||
</bean>
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<bean id="ftpClientFactory" class="org.springframework.integration.ftp.session.DefaultFtpSessionFactory">
|
||||
<property name="host" value="${host}"/>
|
||||
<property name="port" value="${port}"/>
|
||||
<property name="username" value="${user}"/>
|
||||
<property name="username" value="${userid}"/>
|
||||
<property name="password" value="${password}"/>
|
||||
</bean>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
class="org.springframework.integration.ftp.session.DefaultFtpSessionFactory">
|
||||
<property name="host" value="${host}"/>
|
||||
<property name="port" value="${port}"/>
|
||||
<property name="username" value="${user}"/>
|
||||
<property name="username" value="${userid}"/>
|
||||
<property name="password" value="${password}"/>
|
||||
</bean>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
user=demo
|
||||
userid=demo
|
||||
password=demo
|
||||
port=3333
|
||||
host=localhost
|
||||
Reference in New Issue
Block a user