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
2aa61167
Commit
2aa61167
authored
Jun 28, 2024
by
ZWT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
都删了
parent
96ee12ef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
D03-deploy/deploy-pps-gateway/pom.xml
D03-deploy/deploy-pps-gateway/pom.xml
+9
-6
D03-deploy/deploy-pps-gateway/src/main/java/app/DeployPpsGatewayApplication.java
...ateway/src/main/java/app/DeployPpsGatewayApplication.java
+2
-0
No files found.
D03-deploy/deploy-pps-gateway/pom.xml
View file @
2aa61167
...
...
@@ -14,16 +14,19 @@
<artifactId>
deploy-pps-gateway
</artifactId>
<dependencies>
<dependency>
<groupId>
xstartup-cloud
</groupId>
<artifactId>
xstartup-cloud-feature-alibaba
</artifactId>
<version>
1.16.69-xstartup-v3-cloud
</version>
<artifactId>
xstartup-cloud-feature-alibaba-gateway
</artifactId>
</dependency>
<dependency>
<groupId>
org.yaml
</groupId>
<artifactId>
snakeyaml
</artifactId>
<version>
2.0
</version>
</dependency>
<dependency>
<groupId>
xstartup
</groupId>
<artifactId>
xstartup-
feature-cors
</artifactId>
<version>
1.16.69-xstartup-v3
</version>
<groupId>
xstartup
-cloud
</groupId>
<artifactId>
xstartup-
cloud-feature-alibaba
</artifactId>
<version>
1.16.69-xstartup-v3
-cloud
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
...
...
D03-deploy/deploy-pps-gateway/src/main/java/app/DeployPpsGatewayApplication.java
View file @
2aa61167
...
...
@@ -4,6 +4,7 @@ import xstartup.base.XStartup;
import
xstartup.base.conf.XServerConf
;
import
xstartup.boot.XStartupApplication
;
import
xstartup.feature.cloud.XCloudAlibabaFeature
;
import
xstartup.feature.cors.XCorsFeature
;
/**
* 网关模块启动程序
...
...
@@ -16,6 +17,7 @@ public class DeployPpsGatewayApplication {
XStartup
startup
=
new
XStartupApplication
(
"pps"
);
startup
.
config
(
new
XServerConf
(
22068
).
naming
(
"pps-gateway"
));
startup
.
enable
(
XCloudAlibabaFeature
.
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