Giter Site home page Giter Site logo

sppanadmin's Introduction

  1. 系统管理后台基本框架SPPanAdmin,包括用户管理,角色管理,资源链接管理模块,可以动态分配权限和角色。
  2. 使用springboot、springdata jpa、shiro等服务端技术,使用freemarker模版渲染页面。
  3. 系统中对springdata的查询条件Specification做了简单的封装,更加方便查询条件的灵活使用。
  4. 前端技术:使用Hadmin系统模版,数据表格使用bootstrap table插件,弹窗使用layer插件,日期选择使用laydate插件。表单验证使用jQuery validate插件等等。
  5. 系统部署:
    1. 方式一:
      1. 使用mysql数据库,先建立一个空数据库base,最好编码使用utf-8字符集,不然会乱码。
      2. 把application.properties中的数据库连接信息修改成自己数据库的连接信息。
      3. 修改spring.jpa.hibernate.ddl-auto为create,目的是让系统自动建表同时初始化相关集成数据。如果不需要自动初始化数据,可以删除resource目录的import.sql文件。
    2. 方式二:
      1. 直接导入base.sql脚本到数据库。
      2. 把application.properties中的数据库连接信息修改成自己数据库的连接信息。
      3. 修改spring.jpa.hibernate.ddl-auto为none,目的是防止hibernate自动修改表结构。
  6. 系统启动后,访问:127.0.0.1/admin/会自动跳转到后台登录页面。
  7. 初始用户名和密码为:admin/111111。
  8. 演示图片: 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明

sppanadmin's People

Contributors

yzbty32 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

wzt9999

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.