java.lang.Object
com.aizuda.easy.retry.server.web.controller.SystemInfoController
@RestController
@RequestMapping("/system")
public class SystemInfoController
extends Object
系统信息
- 从以下版本开始:
- 1.2.0
- 作者:
- www.byteblogs.com
-
-
方法概要
com.aizuda.easy.retry.common.core.model.Result<String>
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
SystemInfoController
public SystemInfoController()
-
方法详细资料
-
version
@GetMapping("version")
public com.aizuda.easy.retry.common.core.model.Result<String> version()