Skip to content

Commit

Permalink
🔥修复部分情况不能部署成功问题
Browse files Browse the repository at this point in the history
  • Loading branch information
tiansh committed Mar 19, 2024
1 parent 113e69f commit 677c531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cn/hellohao/controller/IndexController.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class IndexController {
@Autowired private IRedisService iRedisService;
@Autowired private AppClientService appClientService;
@Autowired private WebDAVImageupload webDAVImageupload;
public static String version = "20240130";
public static String version = "20240319";
@RequestMapping(value = "/")
public String Welcome(Model model, HttpServletRequest httpServletRequest) {
model.addAttribute("name", "服务端程序(开源版)");
Expand Down

0 comments on commit 677c531

Please sign in to comment.