Giter Site home page Giter Site logo

omsystem's Introduction

项目简介

以beego为基础的一款快速开发平台,集成了菜单管理、用户管理、角色管理、授权管理、日志管理、机构管理、路由管理、域定义管理等等。

特点介绍

  1. 去session化,采用jwt标准管理用户连接信息,易于分布式环境部署.
  2. 菜单页面采用metro风格,简洁明了.
  3. 权限控制到按钮级别,有效的对系统API服务进行控制.
  4. 快速添加应用程序,只需要在菜单资源管理页面中注册新应用的菜单、路由信息,便可便捷的扩展新应用.
  5. 用户操作记录十分精细,有效的记录用户每一个API请求.

安装方法

1. 导入数据库信息

导入mysql数据文件

echo "create database omsystem charset='utf8';" | mysql -uroot -p

mysql -uroot -p omsystem < omsystem/dbobj/scripts/omsystem.sql

** build编译 **

** 修改配置文件**

conf/system.proerties

启动

nohup ./omsystem &

打开浏览器,访问:http://localhost:8080

管理员用户: admin, 密码: omsystem

omsystem's People

Contributors

hjingmo avatar

Watchers

James Cloos 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.