@RestController
@ConditionalOnProperty(prefix="server.interface.publish",
name="enable",
havingValue="true",
matchIfMissing=true)
public class ServerInterfaceController
extends Object
| 构造器和说明 |
|---|
ServerInterfaceController(ServerApis serverApis) |
public ServerInterfaceController(ServerApis serverApis)
@GetMapping(value="/serverInterface/serverApiDetails") public ServerApis serverApiDetails()
Copyright © 2020. All rights reserved.