Giter VIP home page Giter VIP logo

cng1985 / adminstore Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 9.0 17.41 MB

一个简单的项目初始化模板,集成shiro,spring,hibernate,spring mvc,ehcache,disconver,bootstrap。搭建项目时候不错的一个选择!,后台采用AdminLte。

Home Page: https://gitee.com/cng1985/adminstore.git

License: Other

Java 0.42% Batchfile 0.01% HTML 14.56% FreeMarker 0.02% JavaScript 82.21% CSS 2.67% PHP 0.02% SCSS 0.01% Less 0.10%
java adminlte discover bootstrap admin-template shiro hibernate spring spring-mvc freemarker adminstore activiti quarz quartz-scheduler ehcache mysql

adminstore's Introduction

AdminStore

maven QQ Apache-2.0 使用IntelliJ IDEA开发维护 GitHub forks

本源码包采用maven结构

环境要求

  • JDK6或更高版本(支持JDK7、JDK8)。建议使用JDK8,有更好的内存管理。更低版本的JDK6、JDK7可能需要设置Java内存-XX:PermSize=128M -XX:MaxPermSize=512M,否则可能出现这种类型的内存溢出:java.lang.OutOfMemoryError: PermGen space
  • Servlet2.5或更高版本(如Tomcat6或更高版本)。
  • MySQL5.0或更高版本
  • Maven3.0或更高版本。

技术选型:

  • SSH (Spring、SpringMVC、Hibernate)
  • 安全权限 Shiro
  • 缓存 Ehcache
  • 视图模板 freemarker
  • 工作流引擎 activiti
  • 定时任务 quartz
  • discover
  • AdminLTE
  • bootstrap

搭建步骤

  1. 创建数据库。如使用MySQL,字符集选择为utf8或者utf8mb4(支持更多特殊字符,推荐)。
  2. 执行数据库脚本。数据库脚本在database目录下。
  3. 创建mysql数据库,导入adminstore.sql
  4. 在idea中导入maven项目。点击idea菜单File - open,选择项目路径。创建好maven项目后,会开始从maven服务器下载第三方jar包(如spring等),需要一定时间,请耐心等待。
  5. 修改数据库连接。打开/web/src/main/resources/jdbc.propertis文件,根据实际情况修改jdbc.urljdbc.usernamejdbc.password的值。
  6. 运行程序。在idea中,右键点击项目名,选择Run - Run-Edit Configurations-+-Maven,在Working directory选择项目路径 ,在Command Line填入jetty:run,然后点击Run
  7. 访问系统。前台地址:http://localhost:8080/web/index.htm,手机站地址:http://127.0.0.1:8080/web/;后台地址:http://localhost:8080/web/login.htm,用户名:admin,密码:123456。

交流方式

界面效果

在线实例http://adminstore.haoxuer.com账号admin密码123456

部分er图 菜单管理功能 模板管理功能 插件管理功能 登陆日志管理功能

已经使用的项目

adminstore's People

Contributors

cng1985 avatar

Stargazers

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