# Autumn-Framework **Repository Path**: gewala/Autumn-Framework ## Basic Information - **Project Name**: Autumn-Framework - **Description**: 基于layui的ssm系列的内容管理系统 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![logo](https://github.com/shuaijunlan/Autumn-Framework/raw/master/Autumn.png) ## Autumn-Framework [![Build Status](https://travis-ci.org/shuaijunlan/Autumn-Framework.svg?branch=master)](https://travis-ci.org/shuaijunlan/Autumn-Framework) [![LICENSE](https://img.shields.io/aur/license/yaourt.svg)](https://github.com/shuaijunlan/Autumn-Framework/blob/master/LICENSE) ![](https://img.shields.io/github/stars/shuaijunlan/Autumn-Framework.svg) ![](https://img.shields.io/github/tag/shuaijunlan/Autumn-Framework.svg) ![](https://img.shields.io/github/release/shuaijunlan/Autumn-Framework.svg)
![dynamic](https://github.com/shuaijunlan/Autumn-Framework/raw/master/dynamic.gif) *Autumn-Framework* is a collection of web sub-system, aimes to provide universal web system solution. It is scalable and stable, you can develop your own web system basing on it. Also, you can join us to maintain it together, if only you are interested in it.
[Autumn-CMS Live Demo](https://shuaijunlan.cn/autumn-cms/)
[Autumn-Blog Live Demo](https://shuaijunlan.cn/autumn-blog/) Please submit issues to corresponding projects, that'll help us make issues tracking easier so that we can provide timely help to you. ### Modules * [AUTUMN-CMS](https://github.com/shuaijunlan/Autumn-Framework/tree/master/autumn-cms) * [AUTUMN-BLOG](https://github.com/shuaijunlan/Autumn-Framework/tree/master/autumn-blog) * [AUTUMN-COMMON](https://github.com/shuaijunlan/Autumn-Framework/tree/master/autumn-common) ### Environment *Autumn-Framework* requires `java8` and `maven3` as bulid enviroment.
The project requires at minimum 512MB memory to run. Please ensure you have corresponding tools installed in your environment before build and run the project. ### Get Started * Clone from github.com: `git clone git@github.com:shuaijunlan/Autumn-Framework.git` * Import [autumn_framework.sql](https://github.com/shuaijunlan/Autumn-Framework/blob/master/autumn_framework.sql) to your MySQL Database, and must alter username and password in `druid-pool.properties`, the password is encrypted by Druid * Enter the project root directory `cd Autumn-Framework` * Install dependencies: `mvn install` * Enter sub-system, e.g.`cd autumn-cms` * Run server: `mvn tomcat7:run`. Server runs on port 8081 by default, visit `localhost:8081/autumn-cms` to check it out. ### License Licensed under GPL 2.0. See [LICENSE](https://github.com/shuaijunlan/Autumn-Framework/blob/master/LICENSE) for further details.