Browse Source

修改代码生成路径

xiongzhu 7 years ago
parent
commit
3ee7b4afe8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/izouma/awesomeadmin/web/GenCodeController.java

+ 1 - 1
src/main/java/com/izouma/awesomeadmin/web/GenCodeController.java

@@ -210,7 +210,7 @@ public class GenCodeController extends BaseController {
         //String root = StringUtils.join(Arrays.copyOfRange(arr, 0, arr.length - 2), File.separator);
         String root = arr[0];
         if ("linux".equalsIgnoreCase(System.getProperties().getProperty("os.name"))) {
-            map.put("root", "/root/.jenkins/workspace/信牧基础平台");
+            map.put("root", "/var/lib/jenkins/workspace/信牧基础平台");
         } else {
             map.put("root", root);
         }