adminstore-root

一个简单的项目初始化模板

License

License

GroupId

GroupId

com.quhaodian.adminstore
ArtifactId

ArtifactId

adminstore-root
Last Version

Last Version

1.01
Release Date

Release Date

Type

Type

pom
Description

Description

adminstore-root
一个简单的项目初始化模板
Project URL

Project URL

https://github.com/cng1985/adminstore
Source Code Management

Source Code Management

https://github.com/cng1985/adminstore

Download adminstore-root

Filename Size
adminstore-root-1.01.pom 5 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.quhaodian.adminstore/adminstore-root/ -->
<dependency>
    <groupId>com.quhaodian.adminstore</groupId>
    <artifactId>adminstore-root</artifactId>
    <version>1.01</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.quhaodian.adminstore/adminstore-root/
implementation 'com.quhaodian.adminstore:adminstore-root:1.01'
// https://jarcasting.com/artifacts/com.quhaodian.adminstore/adminstore-root/
implementation ("com.quhaodian.adminstore:adminstore-root:1.01")
'com.quhaodian.adminstore:adminstore-root:pom:1.01'
<dependency org="com.quhaodian.adminstore" name="adminstore-root" rev="1.01">
  <artifact name="adminstore-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.quhaodian.adminstore', module='adminstore-root', version='1.01')
)
libraryDependencies += "com.quhaodian.adminstore" % "adminstore-root" % "1.01"
[com.quhaodian.adminstore/adminstore-root "1.01"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • data
  • web
  • api

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图 菜单管理功能 模板管理功能 插件管理功能 登陆日志管理功能

已经使用的项目

Versions

Version
1.01