|
|
|
@ -43,12 +43,4 @@ spring: |
|
|
|
#mybatis:配置 |
|
|
|
mybatis: |
|
|
|
type-aliases-package: com.base.springcloud.dao #实体类包路径 |
|
|
|
mapper-locations: classpath*:com/base/payment/mapper/*.xml #mapper.xml路径 |
|
|
|
ftp: |
|
|
|
ftp_ip: 192.168.71.132 |
|
|
|
ftp_prot : 21 |
|
|
|
ftp_username : wangying |
|
|
|
ftp_password : 123456 |
|
|
|
ftp_basepath : /home/wangying |
|
|
|
test_ftp: |
|
|
|
file_path : G:\TestFile\ |
|
|
|
mapper-locations: classpath*:com/base/payment/mapper/*.xml #mapper.xml路径 |