Code Monkey home page Code Monkey logo

upms's Introduction

upms

  • upms微服务化开发平台,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源权限管理等多个模块,支持多业务系统并行开发,可以作为后端服务的开发脚手架。代码简洁,架构清晰,适合学习和直接项目中使用。
  • 核心技术采用SpringBoot、Dubbo、Mybatis、Mybatis-plus、Druid、Redis、ActiveMQ、Quartz、JWT Token等主要框架和中间件。前端采用vue-element-ui组件。
  • 前后端分离,通过token进行数据交互,可独立部署
  • 灵活的权限控制,可控制到页面或按钮,满足绝大部分的权限需求
  • 页面交互使用Vue2.x,极大的提高了开发效率
  • 完善的代码生成机制,可在线生成entity、xml、dao、service、vue、sql代码,减少70%以上的开发任务
  • 引入dubbo服务治理
  • 引入quartz定时任务,可动态完成任务的添加、修改、删除、暂停、恢复及日志查看等功能
  • 引入API模板,根据token作为登录令牌,极大的方便了APP接口开发
  • 引入Hibernate Validator校验框架,轻松实现后端校验
  • 引入swagger文档支持,方便编写API接口文档
  • 前端地址:https://github.com/perye/upms-vue
  • 演示地址:http://locahost:8004 (账号密码:admin/123456)

运行项目

  • 1.安装Redis、zookeeper 、ActiveMQ
  • 2.启动Redis 、zookeeper、ActiveMQ
  • 3.启动MonitorApplication
  • 4.启动UpmsServiceApplication
  • 5.等待UpmsServiceApplication完全启动后,启动UpmsWebApplication
  • 6.默认用户 用户名:admin 密码:123456
  • 7.启动前端

运行环境

jdk8 + tomcat8.5或以上!

生产环境

clean install -D profileActive=prod -D maven.test.skip=true -f pom.xml

测试环境

clean install -D profileActive=test -D maven.test.skip=true -f pom.xml

开发环境

clean install -D profileActive=dev -D maven.test.skip=true -f pom.xml

upms's People

Contributors

dependabot[bot] avatar perye avatar

Watchers

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