类 ConfigureRefreshController
java.lang.Object
com.cdkjframework.configure.ConfigureRefreshController
@RestController
@RequestMapping("/configure")
public class ConfigureRefreshController
extends Object
-
构造器概要
构造器构造器说明ConfigureRefreshController
(org.springframework.cloud.context.refresh.ContextRefresher contextRefresher) 构造函数 -
方法概要
-
构造器详细资料
-
ConfigureRefreshController
public ConfigureRefreshController(org.springframework.cloud.context.refresh.ContextRefresher contextRefresher) 构造函数- 参数:
contextRefresher
- 刷新终结点
-
-
方法详细资料
-
refresh
@PostMapping("/refresh") public void refresh()刷新
-