Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gf_back
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tianchao
gf_back
Commits
15498975
Commit
15498975
authored
Jun 28, 2024
by
ZWT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
都删了
parent
4acd729d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
D03-deploy/deploy-pps-gateway/src/main/java/app/DeployPpsGatewayApplication.java
...ateway/src/main/java/app/DeployPpsGatewayApplication.java
+4
-2
No files found.
D03-deploy/deploy-pps-gateway/src/main/java/app/DeployPpsGatewayApplication.java
View file @
15498975
...
...
@@ -3,7 +3,8 @@ package app;
import
xstartup.base.XStartup
;
import
xstartup.base.conf.XServerConf
;
import
xstartup.boot.XStartupApplication
;
import
xstartup.feature.cloud.XCloudAlibabaFeature
;
import
xstartup.feature.cloud.XCloudAlibabaGatewayFeature
;
import
xstartup.feature.cors.XCorsFeature
;
/**
* 网关模块启动程序
...
...
@@ -15,7 +16,8 @@ public class DeployPpsGatewayApplication {
public
static
void
main
(
String
...
args
)
{
XStartup
startup
=
new
XStartupApplication
(
"pps"
);
startup
.
config
(
new
XServerConf
(
22068
).
naming
(
"pps-gateway"
));
startup
.
enable
(
XCloudAlibabaFeature
.
class
);
startup
.
enable
(
XCloudAlibabaGatewayFeature
.
class
);
startup
.
enable
(
XCorsFeature
.
class
);
startup
.
run
(
args
);
}
}
Write
Preview
Markdown
is supported
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