mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-20 10:58:40 +00:00
去掉无效参数配置
This commit is contained in:
@@ -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;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user