Autumn 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.
Please submit issues to corresponding projects, that'll help us make issues tracking easier so that we can provide timely help to you.
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.
- Clone from github.com:
git clone https://github.com/shuaijunlan/Autumn.git
- Enter the project root directory
cd Autumn
- Import autumn_framework.sql to your MySQL Database or MariaDB, and must modify the username and password in
autumn-common/src/main/resources/properties-common/druid-pool.properties
basing on your own database settings, the password is encrypted , you can runcom.autumnframework.common.architect.utils.PasswordEncrypt
to generatepublicKey
andpassword
, and then replace them in thedruid-pool.properties
file - Install dependencies:
mvn install -Dmaven.test.skip=true
- Enter autumn-cms,
cd autumn-cms
- Run server:
mvn tomcat7:run
. Server runs on port 8081 by default, visithttp://localhost:8081/autumn-cms
to check it out
- Enter autumn-blog,
cd autumn-blog
- Run server:
mvn tomcat7:run -Dspring.profiles.active="prod"
. Server runs on port 8088 by default, visithttp://localhost:8088/autumn-blog
to check it out
If you are interested in this project, and you have any ideas or issues, you can commit a pull request or issue.
Licensed under GPL 2.0. See LICENSE for further details.