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
94a89df4
Commit
94a89df4
authored
Jun 28, 2024
by
ZWT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
都删了
parent
1df9d987
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
42 deletions
+9
-42
D03-deploy/deploy-pps-gateway/pom.xml
D03-deploy/deploy-pps-gateway/pom.xml
+0
-6
D03-deploy/deploy-pps-gateway/src/main/java/app/DeployPpsGatewayApplication.java
...ateway/src/main/java/app/DeployPpsGatewayApplication.java
+2
-2
D03-deploy/deploy-pps-gateway/src/main/resources/deploy-pps-gateway.app.properties
...eway/src/main/resources/deploy-pps-gateway.app.properties
+1
-1
D03-deploy/filters/filter-dev.properties
D03-deploy/filters/filter-dev.properties
+2
-1
D03-deploy/filters/filter-prod.properties
D03-deploy/filters/filter-prod.properties
+2
-0
D03-deploy/filters/filter-test.properties
D03-deploy/filters/filter-test.properties
+2
-32
No files found.
D03-deploy/deploy-pps-gateway/pom.xml
View file @
94a89df4
...
@@ -23,12 +23,6 @@
...
@@ -23,12 +23,6 @@
<artifactId>
snakeyaml
</artifactId>
<artifactId>
snakeyaml
</artifactId>
<version>
2.0
</version>
<version>
2.0
</version>
</dependency>
</dependency>
<dependency>
<groupId>
xstartup-cloud
</groupId>
<artifactId>
xstartup-cloud-feature-alibaba
</artifactId>
<version>
1.16.69-xstartup-v3-cloud
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
</dependencies>
<profiles>
<profiles>
<!-- 开发环境,默认激活 -->
<!-- 开发环境,默认激活 -->
...
...
D03-deploy/deploy-pps-gateway/src/main/java/app/DeployPpsGatewayApplication.java
View file @
94a89df4
...
@@ -3,7 +3,7 @@ package app;
...
@@ -3,7 +3,7 @@ package app;
import
xstartup.base.XStartup
;
import
xstartup.base.XStartup
;
import
xstartup.base.conf.XServerConf
;
import
xstartup.base.conf.XServerConf
;
import
xstartup.boot.XStartupApplication
;
import
xstartup.boot.XStartupApplication
;
import
xstartup.feature.cloud.XCloudAlibabaFeature
;
import
xstartup.feature.cloud.XCloudAlibaba
Gateway
Feature
;
import
xstartup.feature.cors.XCorsFeature
;
import
xstartup.feature.cors.XCorsFeature
;
/**
/**
...
@@ -16,7 +16,7 @@ public class DeployPpsGatewayApplication {
...
@@ -16,7 +16,7 @@ public class DeployPpsGatewayApplication {
public
static
void
main
(
String
...
args
)
{
public
static
void
main
(
String
...
args
)
{
XStartup
startup
=
new
XStartupApplication
(
"pps"
);
XStartup
startup
=
new
XStartupApplication
(
"pps"
);
startup
.
config
(
new
XServerConf
(
22068
).
naming
(
"pps-gateway"
));
startup
.
config
(
new
XServerConf
(
22068
).
naming
(
"pps-gateway"
));
startup
.
enable
(
XCloudAlibabaFeature
.
class
);
startup
.
enable
(
XCloudAlibaba
Gateway
Feature
.
class
);
startup
.
enable
(
XCorsFeature
.
class
);
startup
.
enable
(
XCorsFeature
.
class
);
startup
.
run
(
args
);
startup
.
run
(
args
);
}
}
...
...
D03-deploy/deploy-pps-gateway/src/main/resources/deploy-pps-gateway.app.properties
View file @
94a89df4
...
@@ -19,7 +19,7 @@ x.db.user=@x.db.user@
...
@@ -19,7 +19,7 @@ x.db.user=@x.db.user@
x.db.password
=
@x.db.password@
x.db.password
=
@x.db.password@
x.db.naming
=
@x.db.naming@
x.db.naming
=
@x.db.naming@
#cors
#cors
x.cors.origin-pattern
=
*
x.cors.origin-pattern
=
@x.cors.origin-pattern@
x.cors.exposed-headers
=
*
x.cors.exposed-headers
=
*
spring.autoconfigure.exclude
=
*
spring.autoconfigure.exclude
=
*
#\u6CE8\u518C\u4E2D\u5FC3
#\u6CE8\u518C\u4E2D\u5FC3
...
...
D03-deploy/filters/filter-dev.properties
View file @
94a89df4
...
@@ -59,7 +59,8 @@ x.db.pps.core.system.url=jdbc:mysql://120.46.208.168:3306/gf_demo?characterEncod
...
@@ -59,7 +59,8 @@ x.db.pps.core.system.url=jdbc:mysql://120.46.208.168:3306/gf_demo?characterEncod
x.db.pps.core.system.user
=
root
x.db.pps.core.system.user
=
root
x.db.pps.core.system.password
=
vwy69PQDfShqozf4ISXEoQ==
x.db.pps.core.system.password
=
vwy69PQDfShqozf4ISXEoQ==
x.db.pps.core.system.naming
=
snake-case
x.db.pps.core.system.naming
=
snake-case
#cors
x.cors.origin-pattern
=
http://localhost:8080,http://localhost:8900,http://localhost:8901,http://localhost:8902
#nacos-\u6CE8\u518C\u4E2D\u5FC3
#nacos-\u6CE8\u518C\u4E2D\u5FC3
x.cloud.discovery.server-addr
=
192.168.0.128:8848
x.cloud.discovery.server-addr
=
192.168.0.128:8848
x.cloud.discovery.namespace
=
public
x.cloud.discovery.namespace
=
public
...
...
D03-deploy/filters/filter-prod.properties
View file @
94a89df4
...
@@ -223,6 +223,8 @@ x.db.pps.core.ims.user=pps_interface_user
...
@@ -223,6 +223,8 @@ x.db.pps.core.ims.user=pps_interface_user
x.db.pps.core.ims.password
=
QIb-U6D4dKMTP4NwMh7AOA==
x.db.pps.core.ims.password
=
QIb-U6D4dKMTP4NwMh7AOA==
x.db.pps.core.ims.naming
=
snake-case
x.db.pps.core.ims.naming
=
snake-case
#cors
x.cors.origin-pattern
=
http://localhost:8080,http://localhost:8900,http://localhost:8901,http://localhost:8902
#nacos-\u6CE8\u518C\u4E2D\u5FC3
#nacos-\u6CE8\u518C\u4E2D\u5FC3
x.cloud.discovery.server-addr
=
192.168.0.128:8848
x.cloud.discovery.server-addr
=
192.168.0.128:8848
x.cloud.discovery.namespace
=
public
x.cloud.discovery.namespace
=
public
...
...
D03-deploy/filters/filter-test.properties
View file @
94a89df4
This diff is collapsed.
Click to expand it.
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