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
017f7dd1
Commit
017f7dd1
authored
Jun 28, 2024
by
ZWT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
都删了
parent
641d58ea
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
9 deletions
+10
-9
D03-deploy/deploy-pps-all/src/main/java/app/DeployPpsAllApplication.java
...oy-pps-all/src/main/java/app/DeployPpsAllApplication.java
+6
-1
D03-deploy/deploy-pps-system/src/main/java/app/DeployPpsSystemApplication.java
...-system/src/main/java/app/DeployPpsSystemApplication.java
+2
-4
D03-deploy/deploy-pps-task/src/main/java/app/DeployPpsTaskApplication.java
...-pps-task/src/main/java/app/DeployPpsTaskApplication.java
+2
-4
No files found.
D03-deploy/deploy-pps-all/src/main/java/app/DeployPpsAllApplication.java
View file @
017f7dd1
...
...
@@ -11,7 +11,12 @@ import xstartup.feature.mybatis.XMybatisFeature;
import
xstartup.feature.rpc.XRpcFeature
;
import
xstartup.feature.swagger.XSwaggerFeature
;
/**
* 单体应用启动程序
*
* @author ZWT
* @date 2023/11/29
*/
public
class
DeployPpsAllApplication
{
public
static
void
main
(
String
...
args
)
{
XStartup
startup
=
new
XStartupApplication
(
"pps"
);
...
...
D03-deploy/deploy-pps-system/src/main/java/app/DeployPpsSystemApplication.java
View file @
017f7dd1
package
app
;
import
pps.core.common.utils.CounterBuilder
;
import
xstartup.base.XStartup
;
import
xstartup.base.conf.XServerConf
;
import
xstartup.base.conf.XServiceConf
;
...
...
@@ -15,14 +14,13 @@ import xstartup.feature.rpc.XRpcFeature;
import
xstartup.feature.swagger.XSwaggerFeature
;
/**
*
部署pps系统应用
程序
*
系统模块启动
程序
*
* @author ZWT
* @date 202
4/06/28
* @date 202
3/11/29
*/
public
class
DeployPpsSystemApplication
{
public
static
void
main
(
String
...
args
)
{
CounterBuilder
.
globalCounterBuilder
.
setFieldValue
(
CounterBuilder
.
DEPLOY_KEY
,
DeployPpsSystemApplication
.
class
.
getSimpleName
());
XStartup
startup
=
new
XStartupApplication
(
"pps"
);
startup
.
config
(
new
XServerConf
(
22061
).
naming
(
"pps-system"
))
.
config
(
new
XServiceConf
(
"pps"
));
...
...
D03-deploy/deploy-pps-task/src/main/java/app/DeployPpsTaskApplication.java
View file @
017f7dd1
package
app
;
import
pps.core.common.utils.CounterBuilder
;
import
xstartup.base.XStartup
;
import
xstartup.base.conf.XServerConf
;
import
xstartup.base.conf.XServiceConf
;
...
...
@@ -13,14 +12,13 @@ import xstartup.feature.mybatis.XMybatisFeature;
import
xstartup.feature.rpc.XRpcFeature
;
/**
* 定时任务模块
* 定时任务模块
启动程序
*
* @author ZWT
* @date 202
4/06/28
* @date 202
3/11/29
*/
public
class
DeployPpsTaskApplication
{
public
static
void
main
(
String
...
args
)
{
CounterBuilder
.
globalCounterBuilder
.
setFieldValue
(
CounterBuilder
.
DEPLOY_KEY
,
DeployPpsTaskApplication
.
class
.
getSimpleName
());
XStartup
startup
=
new
XStartupApplication
(
"pps"
);
startup
.
config
(
new
XServerConf
(
22062
).
naming
(
"pps-task"
))
.
config
(
new
XServiceConf
(
"pps"
));
...
...
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