Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JeeSpringCloud
Commits
d42db1a6
Commit
d42db1a6
authored
Dec 04, 2018
by
Sun
Browse files
no commit message
parent
4d4bf8b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
JeeSpringCloud/jeespring-web/src/main/java/com/JeeSpringDriver.java
View file @
d42db1a6
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment