All Projects → jflyfox → Jfinal_cms

jflyfox / Jfinal_cms

jfinal cms是一个java开发的功能强大的信息咨询网站,采用了简洁强大的JFinal作为web框架,模板引擎用的是beetl,数据库用mysql,前端bootstrap框架。支持oauth2认证、帐号注册、密码加密、评论及回复,消息提示,网站访问量统计,文章评论数和浏览量统计,回复管理,支持权限管理。后台模块包含:栏目管理,栏目公告,栏目滚动图片,文章管理,回复管理,意见反馈,我的相册,相册管理,图片管理,专辑管理、视频管理、缓存更新,友情链接,访问统计,联系人管理,模板管理,组织机构管理,用户管理,角色管理,菜单管理,数据字典管理。

Programming Languages

javascript
184084 projects - #8 most used programming language
javaweb
17 projects

Labels

Projects that are alternatives of or similar to Jfinal cms

Notadd
A microservice development architecture based on nest.js. —— 基于 Nest.js 的微服务开发架构。
Stars: ✭ 2,556 (+373.33%)
Mutual labels:  cms, mysql
E107
e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
Stars: ✭ 272 (-49.63%)
Mutual labels:  cms, mysql
Redaxscript
A modern, ultra lightweight and rocket fast Content Management System
Stars: ✭ 241 (-55.37%)
Mutual labels:  cms, mysql
Core
The Form Tools Core.
Stars: ✭ 156 (-71.11%)
Mutual labels:  cms, mysql
Zblogphp
Z-BlogPHP博客程序
Stars: ✭ 527 (-2.41%)
Mutual labels:  cms, mysql
Elefant
Elefant, the refreshingly simple PHP CMS and web framework.
Stars: ✭ 188 (-65.19%)
Mutual labels:  cms, mysql
Subrion
Subrion CMS - open source php content management system.
Stars: ✭ 265 (-50.93%)
Mutual labels:  cms, mysql
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-79.44%)
Mutual labels:  cms, mysql
Nameless
NamelessMC is a free, easy to use & powerful website software for your Minecraft server, which includes a large range of features.
Stars: ✭ 337 (-37.59%)
Mutual labels:  cms, mysql
Slickstack
SlickStack is a free LEMP stack automation script written in Bash designed to enhance and simplify WordPress provisioning, performance, and security.
Stars: ✭ 311 (-42.41%)
Mutual labels:  cms, mysql
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+2342.59%)
Mutual labels:  cms, mysql
App
Directus Admin Application — An Intuitive WebApp for Managing Database Content
Stars: ✭ 464 (-14.07%)
Mutual labels:  cms, mysql
Xoopscore
Core Framework for next version of XOOPS CMS: 2.6.0
Stars: ✭ 118 (-78.15%)
Mutual labels:  cms, mysql
Cms
GleezCMS - A Light, Simple, Flexible Content Management System
Stars: ✭ 200 (-62.96%)
Mutual labels:  cms, mysql
Nukeviet
NukeViet CMS is multi Content Management System. NukeViet CMS is the 1st open source content management system in Vietnam. NukeViet was awarded the Vietnam Talent 2011, the Ministry of Education and Training Vietnam officially encouraged to use.
Stars: ✭ 113 (-79.07%)
Mutual labels:  cms, mysql
Emlog
Emlog是一款基于PHP和MySQL的功能强大的博客及CMS建站系统,追求快速、稳定、简单、舒适的建站体验 (emlog is a fast, stable and easy-to-use blog and CMS website building system based on PHP and MySQL)。
Stars: ✭ 244 (-54.81%)
Mutual labels:  cms, mysql
Tianti
java轻量级的CMS解决方案-天梯。天梯是一个用java相关技术搭建的后台CMS解决方案,用户可以结合自身业务进行相应扩展,同时提供了针对dao、service等的代码生成工具。技术选型:Spring Data JPA、Hibernate、Shiro、 Spring MVC、Layer、Mysql等。
Stars: ✭ 1,053 (+95%)
Mutual labels:  cms, mysql
Wtcms
基于thinkphp的内容管理系统,可快速搭建个人博客、公司学校官网、新闻类站点。
Stars: ✭ 75 (-86.11%)
Mutual labels:  cms, mysql
Yclas
Yclas Self Hosted is a powerful script that can transform any domain into a fully customizable classifieds site within a few seconds.
Stars: ✭ 276 (-48.89%)
Mutual labels:  cms, mysql
Bolt
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL.
Stars: ✭ 4,136 (+665.93%)
Mutual labels:  cms, mysql

jfinal cms

  1. jfinal cms,采用了简洁强大的JFinal作为web框架,模板引擎用的是beetl,数据库用mysql,前端bootstrap框架。
  2. 后台模块包含:栏目管理,栏目公告,栏目滚动图片,文章管理,回复管理,意见反馈,我的相册,相册管理,图片管理,专辑管理,视频管理,缓存更新,友情链接,访问统计,联系人管理,模板管理,组织机构管理,用户管理,角色管理,菜单管理,参数配置,数据字典管理。
  3. 后端模板支持:bootstrap默认样式、bootstrap黑色样式和flat-ui样式
  4. 前端模板支持:默认内容发布、官网模板、图片模板和视频模板
  5. jfinal cms交流群:568909653。 文档见doc/jfinal cms文档.docx
  • 管理地址:http://${ip:port}/${project_name}/admin
  • 测试账号: admin/admin123 或 test/123456

平台部署和配置说明

  1. 下载项目代码,安装jdk、maven、mysql。
  2. 在项目目录下运行mvn install,提示BUILD SUCCESS即可。
  3. 创建mysql用户和数据库,运行/jfinal_cms/sql下对应jfinal_cms_v4.sql。
  4. 数据库配置文件:/jfinal_cms/src/main/resources/conf/db.properties
  5. 如需要oauth2的,设置src/conf/oauth.properties
  6. 运行:mvn tomcat:run
  7. 系统默认采用单站点模式,各个站点可以在“其他管理”下“站点管理”菜单方便的切换。
  8. 如果使用多站点,可以在“系统管理”下“多站点标示”菜单中,将“多站点标示”项目修改为true。
  9. 多站点需要设置各个站点对应的域名,通过域名解析到不同的站点模板。

项目源码地址:

github地址:https://github.com/jflyfox/jfinal_cms

码云地址:https://gitee.com/jflyfox/jfinal_cms

API Clinet 项目源码地址:

github地址:https://github.com/jflyfox/jfinal_cms_api_client

码云地址:https://gitee.com/jflyfox/jfinal_cms_api_client

演示效果截图

网站CMS地址:http://mtg.jflyfox.com/

网站

网站官网模板:http://website.jflyfox.com/

官网

博客模板模板:http://blog.jflyfox.com/

官网

相册管理模板:http://photo.jflyfox.com/

官网

视频管理模板:http://video.jflyfox.com/

官网

后台页面主题:

后台管理

鸣谢

  1. JFinal
  2. beetl
  3. oschina

项目支持

jflyfox

捐赠名单

| 名字 | 金额 | 备注 | 时间 |

| :-------: |:----: | :-----:|----- |-----|

| 阿涛 | ¥200.00 | 支付宝捐赠 | 2018-09-17 13:41|

| 阿楞 | ¥100.00 | 微信捐赠 | 2018-08-23 11:03|

| 欣喜若狂 | ¥50.00 | 支付宝捐赠 | 2018-01-12 18:10|

| 欣喜若狂 | ¥50.00 | 支付宝捐赠 | 2018-01-12 18:10|

| 奥里吉德 | ¥50.00 | 支付宝捐赠 | 2017-08-20 20:10|

| 错觉 | ¥20.00 | 微信捐赠 | 2017-07-18 18:34|

| 弱水穿云天 | ¥50.00 | 支付宝捐赠 | 2017-04-28 10:17|

| 牛牛 | ¥100.00 | 微信捐赠 | 2017-04-17 17:36|

| 2001来北京的麦田 | ¥50.00 | 微信捐赠 | 2017-03-09 16:58|

| 今生的你 | ¥20.00 | 支付宝捐赠 | 2017-02-13 12:32|

| 建强 | ¥500.00 | 支付宝捐赠 | 2017-01-19 23:04|

| 小军 | ¥10.00 | 支付宝捐赠 | 2016-11-30 22:58|

| 小军 | ¥10.00 | 支付宝捐赠 | 2016-11-19 09:34|

| 郑州誉品电子商务有限公司 | ¥300.00 | 支付宝捐赠 | 2016-09-23 14:13|

| 周克涛 | ¥10.00 | 支付宝捐赠 | 2016-08-12 19:43|

| 扬某 | ¥1.00 | 支付宝捐赠 | 2016-06-29 14:12|

| magicbug | ¥500.00 | 支付宝捐赠 | 2016-06-20 15:14|

| 杜育轩 | ¥100.00 | 支付宝捐赠 | 2016-05-29 10:48|

| 谢协湃 | ¥20.00 | 支付宝捐赠 | 2016-05-01 22:33|

| 粪发涂墙 | ¥1.00 | 微信捐赠 | 2016-04-17 21:18|

| 胡海峰 | ¥10.00 | 微信捐赠 | 2016-04-12 15:23|

| 李守敬 | ¥10.00 | 支付宝捐赠 | 2016-03-10 17:20|

| 韩千叶 | ¥20.00 | 支付宝捐赠 | 2016-03-05 18:35|

| 神仙下凡 | ¥1.00 | 微信捐赠 | 2016-03-03 18:30|

| 张润佘 | ¥1.00 | 支付宝捐赠 | 2016-03-01 21:18|

| 李胜发 | ¥20.00 | 支付宝捐赠 | 2016-02-23 22:25|

| 贾小龙 | ¥20.00 | 微信捐赠 | 2016-02-20 15:20|

| 韩刚龙 | ¥20.00 | 支付宝捐赠 | 2016-02-10 16:17|

| 黄颖 | ¥10.00 | 支付宝捐赠 | 2016-02-08 16:25|

| 孔维源 | ¥20.00 | 支付宝捐赠 | 2016-02-07 18:40|

| 小猪 | ¥10.00 | 微信捐赠 | 2016-02-07 18:20|

| 田野 | ¥20.00 | 支付宝捐赠 | 2016-02-07 16:15|

| Allen | ¥10.00 | 支付宝捐赠 | 2016-02-07 15:25|

| 飞龙在天 | ¥20.00 | 微信捐赠 | 2016-02-05 15:20|

| 仇国林 | ¥5.00 | 支付宝捐赠 | 2016-02-05 16:17|

| 李荣富 | ¥50.00 | 支付宝捐赠 | 2016-01-05 14:15|

| 夏舒征 | ¥1.00 | 微信捐赠 | 2015-12-03 18:30|

| 郭俊立 | ¥10.00 | 支付宝捐赠 | 2015-11-23 21:25|

| 侯善稚 | ¥5.00 | 支付宝捐赠 | 2015-11-10 12:30|

| Dave | ¥20.00 | 微信捐赠 | 2015-09-05 15:10|

| 李具匡 | ¥1.00 | 支付宝捐赠 | 2015-08-03 23:30|

| 文子隐 | ¥20.00 | 微信捐赠 | 2015-07-23 19:20|

| 何望 | ¥10.00 | 支付宝捐赠 | 2015-07-10 17:29|

| 李新革 | ¥20.00 | 支付宝捐赠 | 2015-05-07 20:00|

| 苏某 | ¥20.00 | 支付宝捐赠 | 2015-04-01 20:18|

| 寒云 | ¥10.00 | 支付宝捐赠 | 2015-02-01 20:18|

| lucky | ¥10.00 | 支付宝捐赠 | 2015-01-20 15:10|

| 王锋 | ¥10.00 | 支付宝捐赠 | 2015-01-10 22:00|

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].