Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
markliu2013 committed Mar 19, 2024
1 parent 964f984 commit 30c6e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM markliu2018/moneywhere-base-no-mysql:latest
FROM markliu2018/moneynote-all-no-mysql:latest
WORKDIR /app
COPY ./build/libs/*.jar app.jar
CMD service nginx start && java -jar app.jar
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cn/biq/mn/TestController.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class TestController {

@RequestMapping(method = RequestMethod.GET, value = "/version")
public BaseResponse handleVersion() {
return new DataResponse<>("93.47");
return new DataResponse<>("93.48");
}

@GetMapping("/test3")
Expand Down

0 comments on commit 30c6e8b

Please sign in to comment.