Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mock-data
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
廖鸣韬
mock-data
Commits
a89244a0
Commit
a89244a0
authored
Oct 20, 2020
by
DeleMing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
<dev>
1. 修改脚本
parent
d5c0d47e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
pom.xml
pom.xml
+1
-1
src/main/package/scripts/startJar.bat
src/main/package/scripts/startJar.bat
+1
-1
src/main/package/scripts/startJar.sh
src/main/package/scripts/startJar.sh
+1
-1
No files found.
pom.xml
View file @
a89244a0
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.zorkdata
</groupId>
<groupId>
com.zorkdata
</groupId>
<artifactId>
mock
DysLogD
ata
</artifactId>
<artifactId>
mock
-d
ata
</artifactId>
<version>
1.0
</version>
<version>
1.0
</version>
<repositories>
<repositories>
<!-- Using Local Nexus Maven Repository -->
<!-- Using Local Nexus Maven Repository -->
...
...
src/main/package/scripts/startJar.bat
View file @
a89244a0
java
-jar
.\mockDysLogData
-
1
.0.jar
java
-jar
.\mock
-data
-
1
.0.jar
\ No newline at end of file
\ No newline at end of file
src/main/package/scripts/startJar.sh
View file @
a89244a0
nohup
java
-jar
.
\m
ockDysLogData-1.0.jar &
nohup
java
-jar
./mock-data-1.0.jar &
\ No newline at end of file
\ 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