Commit d42db1a6 authored by Sun's avatar Sun
Browse files

no commit message

parent 4d4bf8b6
......@@ -44,6 +44,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
//部署开发在线文档:https://gitee.com/JeeHuangBingGui/jeeSpringCloud/wikis
//部署开发异常处理在线文档:https://gitee.com/JeeHuangBingGui/jeeSpringCloud/wikis
//开发文档:https://gitee.com/JeeHuangBingGui/jeeSpringCloud/attach_files
//单项目版本:https://gitee.com/JeeHuangBingGui/JeeSpringCloudV3.0
public class JeeSpringDriver {
@Value("${http.port}")
......@@ -52,6 +53,7 @@ public class JeeSpringDriver {
//部署开发在线文档:https://gitee.com/JeeHuangBingGui/jeeSpringCloud/wikis
//部署开发异常处理在线文档:https://gitee.com/JeeHuangBingGui/jeeSpringCloud/wikis
//开发文档:https://gitee.com/JeeHuangBingGui/jeeSpringCloud/attach_files
//单项目版本:https://gitee.com/JeeHuangBingGui/JeeSpringCloudV3.0
public static void main(String[] args) {
//Spring boot run
new SpringApplicationBuilder(JeeSpringDriver.class).web(true).run(args);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment