@RestController public class InstallController extends BaseServerController
NODE_ID, nodeService
Constructor and Description |
---|
InstallController(UserService userService,
UserBindWorkspaceService userBindWorkspaceService) |
Modifier and Type | Method and Description |
---|---|
String |
installSubmit(String userName,
String userPwd)
初始化提交
|
checkCron, getNode, getUser, getUserByThreadLocal, getUserModel, removeAll, removeEmpty, resetInfo, resetInfo, tryGetNode
checkPathSafe, pathSafe
clearResources, createMultipart, getCookieValue, getHeader, getHeaders, getIp, getMultiRequest, getObject, getParameter, getParameter, getParameterInt, getParameterInt, getParameterLong, getParameterLong, getParameters, getParametersMap, getRefererParameter, getUnescapeParameter, getUnescapeParameter, getUnescapeParameters, getXssParameter, getXssParameter, getXssParameters, hasFile
getApplication, getAttribute, getClientIP, getHeaderMapValues, getRequest, getRequestAttributes, getResponse, getSession, getSessionAttribute, getSessionAttributeObj, removeSessionAttribute, setAttribute, setSessionAttribute, tryGetRequestAttributes
public InstallController(UserService userService, UserBindWorkspaceService userBindWorkspaceService)
@PostMapping(value="install_submit.json", produces="application/json") @NotLogin public String installSubmit(@ValidatorItem(value=NOT_EMPTY,msg="\u767b\u5f55\u540d\u4e0d\u80fd\u4e3a\u7a7a") @ValidatorItem(value=NOT_BLANK,range="3:50",msg="\u767b\u5f55\u540d\u957f\u5ea6\u8303\u56f43-50") @ValidatorItem(value=WORD,msg="\u767b\u5f55\u540d\u4e0d\u80fd\u5305\u542b\u6c49\u5b57\u5e76\u4e14\u4e0d\u80fd\u5305\u542b\u7279\u6b8a\u5b57\u7b26") String userName, @ValidatorItem(value=NOT_BLANK,msg="\u5bc6\u7801\u4e0d\u80fd\u4e3a\u7a7a") String userPwd)
userName
- 系统管理员登录名userPwd
- 系统管理员的登录密码Copyright © 2017–2022. All rights reserved.