From cf860e4bd8e59fbd09ee3d0d217789c1b96ff7cc Mon Sep 17 00:00:00 2001 From: lele Date: Fri, 28 Jul 2017 17:13:14 +0800 Subject: [PATCH] =?UTF-8?q?push=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/hswebframework/web/example/simple/SpringBootExample.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hsweb-examples/hsweb-examples-simple/src/main/java/org/hswebframework/web/example/simple/SpringBootExample.java b/hsweb-examples/hsweb-examples-simple/src/main/java/org/hswebframework/web/example/simple/SpringBootExample.java index 59d627e5e..f4994e3c2 100644 --- a/hsweb-examples/hsweb-examples-simple/src/main/java/org/hswebframework/web/example/simple/SpringBootExample.java +++ b/hsweb-examples/hsweb-examples-simple/src/main/java/org/hswebframework/web/example/simple/SpringBootExample.java @@ -147,6 +147,7 @@ public class SpringBootExample SpringApplication.run(SpringBootExample.class); } + // main // @Override public void run(String... strings) throws Exception { //只能查询自己创建的数据