Coder Social home page Coder Social logo

duanshuaimin / spring-batch-admin-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linghuxiong/spring-batch-admin-ui

0.0 0.0 0.0 187 KB

Spring Batch Admin 是一个后端采用spring boot 2, spring security , oauth2, Spring data jpa 作为基础框架,集成了quartz 提供调度能力,集成了Spring batch 提供批处理能力的管理系统。系统旨在提供更底层数据展示以及常见批处理的配置以及运行能力。

License: MIT License

JavaScript 1.62% TypeScript 87.31% CSS 9.76% HTML 1.31%

spring-batch-admin-ui's Introduction

如何启动项目:

如何启动后端:

  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

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

spring-batch-admin-ui's People

Contributors

linghuxiong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.