入职离职初步完成
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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user