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
c5050e57
Commit
c5050e57
authored
Jun 28, 2024
by
ZWT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
都删了
parent
814ba6f5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
15 deletions
+22
-15
D03-deploy/deploy-pps-base/pom.xml
D03-deploy/deploy-pps-base/pom.xml
+5
-5
D03-deploy/deploy-pps-base/src/main/java/app/DeployPpsBaseApplication.java
...-pps-base/src/main/java/app/DeployPpsBaseApplication.java
+4
-2
D03-deploy/deploy-pps-base/src/main/resources/deploy-pps-base.app.properties
...ps-base/src/main/resources/deploy-pps-base.app.properties
+13
-8
No files found.
D03-deploy/deploy-pps-base/pom.xml
View file @
c5050e57
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
xstartup-cloud
</groupId>
<artifactId>
xstartup-cloud-parent-app
</artifactId>
<version>
1.1
5.169-xstartup
-cloud
</version>
<version>
1.1
6.69-xstartup-v3
-cloud
</version>
<relativePath/>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -28,10 +28,6 @@
<groupId>
xstartup
</groupId>
<artifactId>
xstartup-feature-mybatis
</artifactId>
</dependency>
<dependency>
<groupId>
xstartup-cloud
</groupId>
<artifactId>
xstartup-cloud-feature-huawei-cse
</artifactId>
</dependency>
<dependency>
<groupId>
xstartup
</groupId>
<artifactId>
xstartup-feature-swagger-doc
</artifactId>
...
...
@@ -46,6 +42,10 @@
<artifactId>
validation-api
</artifactId>
<version>
2.0.1.Final
</version>
</dependency>
<dependency>
<groupId>
xstartup-cloud
</groupId>
<artifactId>
xstartup-cloud-feature-alibaba
</artifactId>
</dependency>
</dependencies>
<profiles>
...
...
D03-deploy/deploy-pps-base/src/main/java/app/DeployPpsBaseApplication.java
View file @
c5050e57
...
...
@@ -7,9 +7,10 @@ import xstartup.base.conf.XServiceConf;
import
xstartup.boot.XStartupApplication
;
import
xstartup.feature.api.XApiFeature
;
import
xstartup.feature.api.conf.XApiCookieConf
;
import
xstartup.feature.cloud.XCloud
HuaweiCse
Feature
;
import
xstartup.feature.cloud.XCloud
Alibaba
Feature
;
import
xstartup.feature.cloud.conf.XCloudBundle
;
import
xstartup.feature.cloud.conf.XCloudBundlesConf
;
import
xstartup.feature.cors.XCorsFeature
;
import
xstartup.feature.mybatis.XMybatisFeature
;
import
xstartup.feature.rpc.XRpcFeature
;
import
xstartup.feature.swagger.XSwaggerFeature
;
...
...
@@ -32,7 +33,8 @@ public class DeployPpsBaseApplication {
startup
.
enable
(
XMybatisFeature
.
class
);
startup
.
enable
(
XSwaggerFeature
.
class
);
startup
.
enable
(
XRpcFeature
.
class
);
startup
.
enable
(
XCloudHuaweiCseFeature
.
class
)
startup
.
enable
(
XCorsFeature
.
class
);
startup
.
enable
(
XCloudAlibabaFeature
.
class
)
.
config
(
XCloudBundlesConf
.
with
(
XCloudBundle
.
naming
(
"pps-system"
).
addModule
(
"pps"
,
"cloud"
,
"system"
),
XCloudBundle
.
naming
(
"pps-prediction"
).
addModule
(
"pps"
,
"cloud"
,
"prediction"
),
...
...
D03-deploy/deploy-pps-base/src/main/resources/deploy-pps-base.app.properties
View file @
c5050e57
...
...
@@ -27,11 +27,16 @@ x.db.pps.core.system.user=@x.db.pps.core.system.user@
x.db.pps.core.system.password
=
@x.db.pps.core.system.password@
x.db.pps.core.system.naming
=
@x.db.pps.core.system.naming@
pps.core.common.trace-log-config.enabletracelog
=
true
#\u6CE8\u518C\u4E2D\u5FC3\u5730\u5740
x.cloud.discovery.server-addr
=
@spring.cloud.servicecomb.discovery.address@
#\u6CE8\u518C\u7684\u5E94\u7528\u540D\u79F0\uFF08\u975E\u5FAE\u670D\u52A1\u540D\u79F0\uFF0C\u5FAE\u670D\u52A1\u540D\u79F0\u5728\u4EE3\u7801\u91CC\u8BBE\u7F6E\u4E86\uFF09
x.cloud.discovery.app-name
=
pps-application
#\u7528\u6237\u540D
x.cloud.discovery.username
=
@spring.cloud.servicecomb.credentials.account.name@
#\u5BC6\u7801
x.cloud.discovery.password
=
@spring.cloud.servicecomb.credentials.account.password@
\ No newline at end of file
#\u6CE8\u518C\u4E2D\u5FC3
x.cloud.discovery.server-addr
=
@x.cloud.discovery.server-addr@
x.cloud.discovery.namespace
=
@x.cloud.discovery.namespace@
x.cloud.discovery.group
=
@x.cloud.discovery.group@
x.cloud.discovery.username
=
@x.cloud.discovery.username@
x.cloud.discovery.password
=
@x.cloud.discovery.password@
#\u914D\u7F6E\u4E2D\u5FC3
x.cloud.config.server-addr
=
@x.cloud.config.server-addr@
x.cloud.config.namespace
=
@x.cloud.config.namespace@
x.cloud.config.group
=
@x.cloud.config.group@
x.cloud.config.file-extension
=
@x.cloud.config.file-extension@
x.cloud.config.username
=
@x.cloud.config.username@
x.cloud.config.password
=
@x.cloud.config.password@
\ No newline at end of file
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