Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
maven-assembly-plugin
Overview
Overview
Details
Activity
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
zhangkb
maven-assembly-plugin
Commits
df01aad9
Commit
df01aad9
authored
Dec 13, 2021
by
zhangkb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改startup脚本
parent
e39c91ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
startup.sh
单模块/startup.sh
+2
-2
startup.sh
多模块/startup.sh
+2
-2
No files found.
单模块/startup.sh
View file @
df01aad9
#!/bi
n/bash
#!/bi
n/bash
...
...
@@ -16,7 +16,7 @@ SPRING_OPTS="--spring.cloud.config.uri=$CONFIG_URL --spring.profiles.active=$PRO
CURR_DIR
=
`
pwd
`
cd
$BASE_LOC
on
hup java
$JAVA_OPTS
$TEMP_DIR
-jar
$JAR_LOC
$SPRING_OPTS
2>
$1
>
$BASE_LOC
/console.log &
no
hup java
$JAVA_OPTS
$TEMP_DIR
-jar
$JAR_LOC
$SPRING_OPTS
2>
$1
>
$BASE_LOC
/console.log &
echo
"
$JAR_NAME
started."
cd
$CURR_DIR
...
...
多模块/startup.sh
View file @
df01aad9
#!/bi
n/bash
#!/bi
n/bash
...
...
@@ -16,7 +16,7 @@ SPRING_OPTS="--spring.cloud.config.uri=$CONFIG_URL --spring.profiles.active=$PRO
CURR_DIR
=
`
pwd
`
cd
$BASE_LOC
on
hup java
$JAVA_OPTS
$TEMP_DIR
-jar
$JAR_LOC
$SPRING_OPTS
2>
$1
>
$BASE_LOC
/console.log &
no
hup java
$JAVA_OPTS
$TEMP_DIR
-jar
$JAR_LOC
$SPRING_OPTS
2>
$1
>
$BASE_LOC
/console.log &
echo
"
$JAR_NAME
started."
cd
$CURR_DIR
...
...
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