Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
windows
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
zhanhai
windows
Commits
812c85f2
Commit
812c85f2
authored
Oct 19, 2023
by
liuzicheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化项目
parent
7bb29f69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Dockerfile
docker/Dockerfile
+1
-0
CreditSubmitCommand.java
...in/java/com/jqtx/windows/command/CreditSubmitCommand.java
+3
-0
No files found.
docker/Dockerfile
View file @
812c85f2
...
...
@@ -10,4 +10,5 @@ RUN chmod 775 entrypoint.sh
ADD
*windows*.jar app.jar
ENTRYPOINT
["./entrypoint.sh"]
EXPOSE
8080
EXPOSE
12121
EXPOSE
8719
\ No newline at end of file
src/main/java/com/jqtx/windows/command/CreditSubmitCommand.java
View file @
812c85f2
...
...
@@ -155,4 +155,7 @@ public class CreditSubmitCommand extends AbstractCommand {
model
.
setClientName
(
basicModel
.
getName
());
return
model
;
}
public
static
void
main
(
String
[]
args
)
{
}
}
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