浏览代码

修改配置

zhouhao 7 年之前
父节点
当前提交
90ef6e7475

+ 4 - 0
hsweb-system/hsweb-system-workflow/hsweb-system-workflow-flowable/src/test/java/org/hswebframework/web/workflow/flowable/TestApplication.java

@@ -1,5 +1,7 @@
 package org.hswebframework.web.workflow.flowable;
 
+import org.hswebframework.web.service.organizational.RelationDefineService;
+import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
 
@@ -10,6 +12,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
  */
 @SpringBootApplication
 public class TestApplication {
+    @Autowired
+    RelationDefineService relationDefineService;
 
     public static void main(String[] args) {
         SpringApplication.run(TestApplication.class, args);