2022
05-30
05-30
springboot2.1.3配置sftp自定义sftp连接池的详细过程
项目地址项目地址:https://gitee.com/xuelingkang/spring-boot-demo完整配置参考com.example.ftp包maven:<!--sftp--><dependency><groupId>com.jcraft</groupId><artifactId>jsch</artifactId><version>0.1.55</version></dependency><!--commons-pool2--><dependency><groupId>org.apache.commons</groupId><artifactId>commons-pool2</artifactId><version>2.6.1</version></dependency>applicatio...
继续阅读 >