Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
data-center
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
廖鑫
data-center
Commits
b76cde72
Commit
b76cde72
authored
Nov 12, 2021
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改启动脚本
parent
03e8f82c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
4 deletions
+14
-4
dataCenter-manager/src/main/bin/shutdown.cmd
dataCenter-manager/src/main/bin/shutdown.cmd
+12
-0
dataCenter-manager/src/main/bin/start.cmd
dataCenter-manager/src/main/bin/start.cmd
+1
-1
dataCenter-manager/src/main/resources/banner.txt
dataCenter-manager/src/main/resources/banner.txt
+1
-1
pom.xml
pom.xml
+0
-2
No files found.
dataCenter-manager/src/main/bin/shutdown.cmd
0 → 100644
View file @
b76cde72
if
not
exist
"
%JAVA_HOME%
\bin\jps.exe"
echo
Please
set
the
JAVA_HOME
variable
in
your
environment
,
We
need
java
(
x64
)
!
jdk8
or
later
is
better
!
&
EXIT
/B
1
setlocal
set
"PATH=
%JAVA_HOME%
\bin;
%PATH%
"
echo
killing
server
for
/f
"tokens=1"
%%i
in
(
'jps -m
^|
find "@project.artifactId@"'
)
do
(
taskkill
/F /PID
%%i
)
echo
Done
!
dataCenter-manager/src/main/bin/start.cmd
View file @
b76cde72
...
@@ -48,7 +48,7 @@ set "LOG_OPTS=--logging.config=%BASEDIR%/conf/logback-spring.xml"
...
@@ -48,7 +48,7 @@ set "LOG_OPTS=--logging.config=%BASEDIR%/conf/logback-spring.xml"
echo
"Starting the
%APP_NAME%
"
echo
"Starting the
%APP_NAME%
"
"
%JAVA%
"
%JAVA_OPTS%
-server
%JVM_CONFIG%
-jar
%BASEDIR%
/boot
/
%APP_NAME%
"
%JAVA%
"
%JAVA_OPTS%
-server
%JVM_CONFIG%
-jar
%BASEDIR%
/boot
/
%APP_NAME%
echo
""
%JAVA%
"
%JAVA_OPTS%
-server
%JVM_CONFIG%
-jar
%BASEDIR%
/boot/
%APP_NAME%
"
echo
""
%JAVA%
"
%JAVA_OPTS%
-server
%JVM_CONFIG%
-jar
%BASEDIR%
/boot/
%APP_NAME%
"
goto
end
goto
end
:debug
:debug
...
...
dataCenter-manager/src/main/resources/banner.txt
View file @
b76cde72
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>
datacenter-manager
<<
>>
@project.artifactId@
<<
<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<
\ No newline at end of file
pom.xml
View file @
b76cde72
...
@@ -18,8 +18,6 @@
...
@@ -18,8 +18,6 @@
<modules>
<modules>
<module>
dataCenter-common-lib
</module>
<module>
dataCenter-common-lib
</module>
<module>
dataCenter-manager
</module>
<module>
dataCenter-manager
</module>
<!-- <module>tools-package</module>-->
</modules>
</modules>
<properties>
<properties>
...
...
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