提交 e69ff4ee authored 作者: 黄夏豪's avatar 黄夏豪

init

上级 9cd200dd
package com.tykj.workflowcore;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.stereotype.Component;
......@@ -11,8 +12,11 @@ import org.springframework.stereotype.Component;
**/
@Component
public class WorkflowCoreRunner implements CommandLineRunner {
@Override
public void run(String... args) throws Exception {
public void run(String... args) {
System.out.println(getClass().getClassLoader());
System.out.println("核心成功启动");
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论