The zrlog personal blog program is a jsp personal blog software developed based on JFinal and includes the following functions:
1. Implemented the management of logs, classifications, and comments
2.Support plug-in mode development
3. Dynamically change the front-end theme in the background
4. Support third-party comment plug-ins
5. Provide editormd, a mainstream rich text editor, which basically meets the editing needs of administrators.
6. Use ehcache to cache public data for faster access
7. Support page staticization
8. Support expansion of third-party cloud storage (default Qiniu)
9.Support scheduled database backup
10. Can publish private articles
System installation:
1. Download the latest war and place it in tomcat’s webapps (supplementary method of binding tomcat domain name)
2. Visit http://host:port/zrlog/install
3. Fill in the data, administrator information, and complete the installation
Deployment environment prerequisites:
1.jre version >= 1.7
2.tomcat version >=7, jetty > 7
3. mysql