Browse Source

10.0开发配置

pull/3/head
richie 6 years ago
parent
commit
b18c413633
  1. 1
      demo-simple-config
  2. 1
      demo-system-management
  3. 6
      src/main/java/com/fr/learn/Leaner.java

1
demo-simple-config

@ -0,0 +1 @@
Subproject commit df5524b5dba1caf65b0fba5c50c48fd10a162194

1
demo-system-management

@ -0,0 +1 @@
Subproject commit 29a6ca235dba058058f8a2780ee145601d6edb90

6
src/main/java/com/fr/learn/Leaner.java

@ -4,6 +4,12 @@ import com.fr.start.Designer;
public class Leaner extends Designer {
static {
// 这段代码让插件能支持远程设计的时候的调试
String workDir = System.getProperty("user.dir");
System.setProperty("fine.plugin.home", workDir + "/webroot/WEB-INF/plugins");
}
public Leaner(String[] strings) {
super(strings);
}

Loading…
Cancel
Save