@Controller
@RequestMapping("/social")
public class SocialRouteController
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
index(org.springframework.ui.Model model)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
showDemo
@Value("${bytedesk.custom.show-demo:true}")
private Boolean showDemo
-
customEnabled
@Value("${bytedesk.custom.enabled:false}")
private Boolean customEnabled
-
customName
@Value("${bytedesk.custom.name:\u5fae\u8bed}")
private String customName
-
customLogo
@Value("${bytedesk.custom.logo:https://www.weiyuai.cn/logo.png}")
private String customLogo
-
customDescription
@Value("${bytedesk.custom.description:\u91cd\u590d\u5de5\u4f5c\u81ea\u52a8\u5316}")
private String customDescription
-
Constructor Details
-
SocialRouteController
public SocialRouteController()
-
Method Details
-
index
@GetMapping({"","/"})
public String index(org.springframework.ui.Model model)