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
b38f13d9
Commit
b38f13d9
authored
Dec 03, 2018
by
Sun
Browse files
no commit message
parent
3a73fef8
Changes
1
Hide whitespace changes
Inline
Side-by-side
JeeSpringCloud/jeespring-web/src/main/java/com/JeeSpringDriver.java
View file @
b38f13d9
...
@@ -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
);
...
...
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