优化:目录调整,符合maven规范;maven编译指定.sh脚本换行符为unix换行

This commit is contained in:
陈精华
2019-10-24 16:22:02 +08:00
committed by kl
parent 19d1ba6cf9
commit a4bfde68bd
9 changed files with 22 additions and 17 deletions

View File

@ -143,7 +143,7 @@ public class OfficeUtils {
public static String getCustomizedConfigPath() {
String homePath = OfficeUtils.getHomePath();
String separator = java.io.File.separator;
String configFilePath = homePath + separator + "conf" + separator + "application.properties";
String configFilePath = homePath + separator + "config" + separator + "application.properties";
return configFilePath;
}