去掉无效参数配置

This commit is contained in:
kl
2017-12-13 11:44:58 +08:00
committed by klboke
parent 0f5a42b935
commit bb569d88ba
2 changed files with 0 additions and 14 deletions

View File

@@ -7,13 +7,6 @@ import org.springframework.stereotype.Component;
import java.io.File;
@Component
public class OfficeToPdf {
/**
* 获取OpenOffice.org 3的安装目录
*
* @return OpenOffice.org 3的安装目录
*/
@Value("${openOfficePath}")
private String openOfficePath;
@Autowired
ConverterUtils converterUtils;
/**