Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
tcm-system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TCM
tcm-system
Commits
eaadd386
Commit
eaadd386
authored
Oct 11, 2022
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产环境发布
parent
15c79f37
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
0 deletions
+40
-0
dev.cmd
dev.cmd
+12
-0
mest.cmd
mest.cmd
+12
-0
mestdev.cmd
mestdev.cmd
+9
-0
bootstrap-mest.yml
src/main/resources/bootstrap-mest.yml
+7
-0
No files found.
dev.cmd
0 → 100644
View file @
eaadd386
@echo off
SET SH=docker rm -f pd-user;
SET SH=%SH% docker run --name pd-user -it -d --restart always
SET SH=%SH% -v /home/pangd/conf:/home/java/conf/ --net evndm
SET SH=%SH% pd-user:latest --spring.profiles.active=dev
if 1 equ 1 (
java_docker -ssh root@l102 -sh "%SH%"
)
@echo on
\ No newline at end of file
mest.cmd
0 → 100644
View file @
eaadd386
@echo off
SET SH=docker rm -f pd-user;
SET SH=%SH% docker run --name pd-user -it -d --restart always
SET SH=%SH% -v /home/pangd/conf:/home/java/conf/ --net mest
SET SH=%SH% pd-user:latest --spring.profiles.active=mest
if 1 equ 1 (
java_docker -ssh root@l206 -sh "%SH%"
)
@echo on
\ No newline at end of file
mestdev.cmd
0 → 100644
View file @
eaadd386
@echo off
if 1 equ 1 (
mest
dev
)
@echo on
\ No newline at end of file
src/main/resources/bootstrap-mest.yml
0 → 100644
View file @
eaadd386
eureka
:
client
:
service-url
:
defaultZone
:
http://10.150.2.2:6800/eureka/
yzg
:
logAll
:
true
PrintSql
:
true
\ 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