入职离职初步完成
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
@@ -13,7 +13,7 @@ ruoyi:
|
||||
# 缓存懒加载
|
||||
cacheLazy: false
|
||||
# 文件路径
|
||||
profile: /home/wy/oa/uploadPath
|
||||
profile: /home/wangyu/oa/uploadPath
|
||||
|
||||
captcha:
|
||||
# 页面 <参数设置> 可开启关闭 验证码校验
|
||||
|
||||
Reference in New Issue
Block a user