JFBlog is a Java open source light blog developed based on JFinal. It uses some styles of the PHP open source light blog Typecho and includes some basic functions of most blogs: article management, message management, category tag management, friend link management, about, etc. for learning. and communication use.
Brief introduction:
◾JFinal+mysql+jsp
◾druid connection pool
◾ehcache cache
◾require.js
◾ajaxfileupload upload
◾ztree tree plug-in
◾KindEditor
◾Tinymce Editor
◾syntaxhighlighter code highlighting
◾Lucene full text search
◾IKAnalyzer participle
Instructions for use:
1. After downloading the source code, you need to create the corresponding database and import the sql file under WEB_ROOT/sql
2. Start the project and leave a message. The user name and email address used in the message are the backend login account password.
3. You need to manually modify the state field in the user table of the database to 1, which is normal, and you can log in to the background.
4. Note: You need to add category tags before publishing the article.