Commit b38f13d9 authored by Sun's avatar Sun
Browse files

no commit message

parent 3a73fef8
...@@ -49,6 +49,9 @@ public class JeeSpringDriver { ...@@ -49,6 +49,9 @@ public class JeeSpringDriver {
@Value("${http.port}") @Value("${http.port}")
private Integer port; private Integer port;
//部署开发在线文档:https://gitee.com/JeeHuangBingGui/jeeSpringCloud/wikis
//部署开发异常处理在线文档:https://gitee.com/JeeHuangBingGui/jeeSpringCloud/wikis
//开发文档:https://gitee.com/JeeHuangBingGui/jeeSpringCloud/attach_files
public static void main(String[] args) { public static void main(String[] args) {
//Spring boot run //Spring boot run
new SpringApplicationBuilder(JeeSpringDriver.class).web(true).run(args); 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