Giter VIP home page Giter VIP logo

timmy2018 / springboot-activiti Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maintiendrai/springboot-activiti

0.0 0.0 0.0 68.45 MB

springboot+activiti+angular 这是spring boot框架集成activiti工作流实现,采用目前流行的restful api接口调用,前端使用angular js框架实现(Fork from https://gitee.com/wyy396731037/springboot-activiti)

License: Apache License 2.0

JavaScript 66.47% Java 9.82% HTML 9.77% PHP 0.06% CSS 13.87%

springboot-activiti's Introduction

#springboot-activiti

###项目本地部署###

  1. 下载附件gradle-2.12.rar,解压到任意目录,添加到PATH环境变量xx\gradle-2.12\bin
  2. 进入项目根目录,双击gradlew.bat 安装spring boot包依赖
  3. 安装js依赖: npm install
  4. 执行bower install 安装angular js依赖
  5. 执行gulp serve 编译前台页面
  6. 打开 http://localhost:9000 (登录:用户名:admin 密码:admin 企业号:admin) 进行访问

项目介绍

  1. 后台框架基于Spring Boot,Spring Security
  2. 工作流使用Activiti
  3. 前台框架基于Angular js

注意事项

  1. 项目分为测试环境和生成环境,在application.yml中配置active: devactive: prod
  2. 工作流Activiti没有创建自带的用户权限表,而是由我们自己创建用户权限视图,创建脚本在import.sql
  3. 项目首次启动时,activiti.cfg.xml<property name="databaseSchemaUpdate" value="true" /> value值应设为true,以后启动更改为none,否则会因activiti表已存在导致启动失败
  4. 本项目是在jhipster项目基础上构建,具体可参考github:https://github.com/jhipster/generator-jhipster

###下面是项目部分截图 screenshot 1 screenshot 2 screenshot 3 screenshot 4

springboot-activiti's People

Contributors

wyyjava2008 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.