Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d12949b0
authored
Jul 09, 2019
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
登录界面取消默认填写的登录账号密码
parent
b384f122
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
doc/XXL-JOB官方文档.md
xxl-job-admin/src/main/resources/templates/login.ftl
doc/XXL-JOB官方文档.md
View file @
d12949b0
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
@@ -405,7 +405,10 @@ XXL-JOB是一个轻量级分布式任务调度平台,其核心设计目标是
...
@@ -405,7 +405,10 @@ XXL-JOB是一个轻量级分布式任务调度平台,其核心设计目标是
#### 步骤二:部署项目:
#### 步骤二:部署项目:
如果已经正确进行上述配置,可将项目编译打包部署。
如果已经正确进行上述配置,可将项目编译打包部署。
调度中心访问地址:http://localhost:8080/xxl-job-admin (该地址执行器将会使用到,作为回调地址),登录后运行界面如下图所示
调度中心访问地址:http://localhost:8080/xxl-job-admin (该地址执行器将会使用到,作为回调地址)
默认登录账号 "admin/123456", 登录后运行界面如下图所示。


...
@@ -1511,6 +1514,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
...
@@ -1511,6 +1514,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
3、
[
ING
]
调度中心JDK版本调整为JDK8,从而升级至最新版本SpringBoot;
-
3、
[
ING
]
调度中心JDK版本调整为JDK8,从而升级至最新版本SpringBoot;
-
4、
[
ING
]
执行器端口复用,复用容器端口提供通讯服务;
-
4、
[
ING
]
执行器端口复用,复用容器端口提供通讯服务;
-
5、
[
ING
]
执行器服务端口与注册端口分离,支持docker动态随机端口;
-
5、
[
ING
]
执行器服务端口与注册端口分离,支持docker动态随机端口;
-
6、登录界面取消默认填写的登录账号密码;
### TODO LIST
### TODO LIST
...
...
xxl-job-admin/src/main/resources/templates/login.ftl
View file @
d12949b0
...
@@ -15,11 +15,11 @@
...
@@ -15,11 +15,11 @@
<div
class=
"login-box-body"
>
<div
class=
"login-box-body"
>
<p
class=
"login-box-msg"
>
${I18n.admin_name}
</p>
<p
class=
"login-box-msg"
>
${I18n.admin_name}
</p>
<div
class=
"form-group has-feedback"
>
<div
class=
"form-group has-feedback"
>
<input
type=
"text"
name=
"userName"
class=
"form-control"
placeholder=
"${I18n.login_username_placeholder}"
value=
"admin"
maxlength=
"20"
>
<input
type=
"text"
name=
"userName"
class=
"form-control"
placeholder=
"${I18n.login_username_placeholder}"
maxlength=
"20"
>
<span
class=
"glyphicon glyphicon-envelope form-control-feedback"
></span>
<span
class=
"glyphicon glyphicon-envelope form-control-feedback"
></span>
</div>
</div>
<div
class=
"form-group has-feedback"
>
<div
class=
"form-group has-feedback"
>
<input
type=
"password"
name=
"password"
class=
"form-control"
placeholder=
"${I18n.login_password_placeholder}"
value=
"123456"
maxlength=
"20"
>
<input
type=
"password"
name=
"password"
class=
"form-control"
placeholder=
"${I18n.login_password_placeholder}"
maxlength=
"20"
>
<span
class=
"glyphicon glyphicon-lock form-control-feedback"
></span>
<span
class=
"glyphicon glyphicon-lock form-control-feedback"
></span>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment