1 Star 3 Fork 1

步步为峰 / spring-batch-admin-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

如何启动项目:

如何启动后端:

  1. 下载代码:https://github.com/linghuxiong/spring-batch-admin-backend
  2. 导入工程:推荐是用IDEA,直接打开下载的目录即可。
  3. 初始化数据库: 找到目录:/spring-batch-admin-backend/src/main/db,里面有两个文件,一个是数据库创建脚本,一个是表结构+数据的脚本,先执行创建库的,如果想在已经存在的库里面运行程序,可以省略这一步,直接运行数据脚本即可。
  4. 启动项目:如果使用的是上一步中默认的数据库建库语句,可以直接启动,如果是使用的自己的数据库,修改/spring-batch-admin-backend/src/main/resources/application-localhost.properties里面是数据配置信息,然后启动SpringBatchAdminApplication.java即可

如何启动前端

  1. 下载代码:https://github.com/linghuxiong/spring-batch-admin-ui
  2. npm install:在根目录运行npm install
  3. npm start: install 之后,运行 npm start

查看效果

浏览器打开 http://localhost:8000 进入登录页面,输入用户名密码:

  • 用户名:admin
  • 密码:123456

登录成功之后即可进入系统查看

MIT License Copyright (c) 2019 linghuxiong Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

spring-batch-admin 前端页面 展开 收起
NodeJS 等 4 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
NodeJS
1
https://gitee.com/jeffliusky/spring-batch-admin-ui.git
git@gitee.com:jeffliusky/spring-batch-admin-ui.git
jeffliusky
spring-batch-admin-ui
spring-batch-admin-ui
master

搜索帮助