入职离职初步完成

This commit is contained in:
2025-02-16 18:41:56 +08:00
parent 75acf69848
commit 15a8480784
33 changed files with 3438 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
package com.ruoyi.web.controller.oa;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/heartBeat")
public class HeartBeatController {
@GetMapping
public String heartBeat() {
return "ok";
}
}

View File

@@ -13,7 +13,7 @@ ruoyi:
# 缓存懒加载
cacheLazy: false
# 文件路径
profile: /home/wy/oa/uploadPath
profile: /home/wangyu/oa/uploadPath
captcha:
# 页面 <参数设置> 可开启关闭 验证码校验