Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
shop
Project
Project
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
曲欣亮
shop
Commits
99e56944
Commit
99e56944
authored
Jan 16, 2024
by
张永
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V1.1.8
parent
30cddc61
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
Dockerfile
Dockerfile
+1
-1
pom.xml
pom.xml
+1
-1
redmine.html
src/main/resources/templates/redmine.html
+4
-2
No files found.
Dockerfile
View file @
99e56944
...
...
@@ -13,7 +13,7 @@ ARG JAVA_ARG
ENV
JAVA_OPTS=$JAVA_ARG
ADD
target/${JAR_FILE} /data/app.jar
ENV
jar /data/app.jar
ENV
workdir /data/
app/
ENV
workdir /data/
RUN
mkdir
-p
${
workdir
}
COPY
${jar} ${workdir}
WORKDIR
${workdir}
...
...
pom.xml
View file @
99e56944
...
...
@@ -207,7 +207,7 @@
</executions>
<configuration>
<repository>
dockerhub.linkfern.com/b2c/shopapi
</repository>
<tag>
V1.1.
7
</tag>
<tag>
V1.1.
8
</tag>
<buildArgs>
<JAR_FILE>
${project.build.finalName}.jar
</JAR_FILE>
</buildArgs>
...
...
src/main/resources/templates/redmine.html
View file @
99e56944
...
...
@@ -24,8 +24,10 @@
</head>
<body>
<div
id=
"app"
>
<el-divider
content-position=
"left"
>
V1.1.7 2024-1-11
</el-divider>
<p
class=
"title"
>
1.订单详情返回payData改为过滤补款记录
</p>
<el-divider
content-position=
"left"
>
V1.1.8 2024-1-16
</el-divider>
<p
class=
"title"
>
1.重写dockerfile,支持张亮的监控jar包
</p>
<el-divider
content-position=
"left"
>
V1.1.7 2024-1-11
</el-divider>
<p
class=
"title"
>
1.订单详情返回payData改为过滤补款记录
</p>
<el-divider
content-position=
"left"
>
V1.1.6 2024-1-4
</el-divider>
<p
class=
"title"
>
1.Bug #16271 增加了处理非当前经销商的数据,但是用户无法知道商品为啥被删掉了
</p>
<p
class=
"title"
>
1.需求 #16303 订单详情显示重复商品BUG
</p>
...
...
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