优化:添加日志

This commit is contained in:
陈精华
2020-05-14 10:11:15 +08:00
committed by kl
parent 9cc0267619
commit 59ac8effc1
9 changed files with 31 additions and 33 deletions

View File

@ -33,10 +33,7 @@ public class ConverterUtils {
private final Logger logger = LoggerFactory.getLogger(ConverterUtils.class);
// @Value("${office.home}")
// String officeHome;
// OpenOfficeConnection connection;
OfficeManager officeManager;
private OfficeManager officeManager;
@PostConstruct
public void initOfficeManager() {