# jfinalbbs **Repository Path**: ksf/jfinalbbs ## Basic Information - **Project Name**: jfinalbbs - **Description**: 使用PHP开发的论坛遍地都是,但使用JAVA来开发社区基本上没有,朋也使用JFinal框架开发了一个属于JAVA语言的社区软件,在这开源供大家借鉴使用,大神勿喷 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://jfinalbbs.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-29 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [quote] ____ 使用说明:请保留页面底部的 *powered by 朋也社区* 感谢支持 ____ == 文档 https://tomoya92.github.io/pybbs/ == 快速开始 *数据库里的表是项目启动时自动创建的,不要再问创建表的脚本在哪了* - `git clone https://github.com/tomoya92/pybbs` - 使用`idea` or `eclipse`打开项目 - 等待maven构建完成 - 配置 `application.yml` 文件里的数据库连接信息 - 运行 `PybbsApplication.java` 类 - 将 `pybbs.sql` 导入数据库 - 访问 `http://localhost:8080` - 登录用户名:tomoya 密码:123123 == 技术栈 - JDK8 - Spring-Boot - Spring-Security - Spring-JPA - Hibernate-Search - Freemarker - MySQL - Bootstrap3 - Ehcache *呃,就是spring全家桶* == 先睹为快 https://github.com/tomoya92/pybbs/wiki/%E6%88%AA%E5%9B%BE%E6%AC%A3%E8%B5%8F[传送门] == 特性 - 社区兼容性(IE9+) - 页面自适应布局 - 本地登录,注册 - 登录时有验证码,尝试登录次数的限制 - 使用 `Spring-Boot` 开发 - 权限使用 `Spring-Security` ,基于url做的权限方便配置管理 - 使用的 `Spring-JPA` 操作数据存储 - 使用 `Hibernate-Search` 做数据检索,支持中文分词和结果关键字高亮 - 自己实现了一个Markdown编辑器, 附带菜单,书写方便, 还支持拖拽图片上传 == 碰到问题怎么办? 1. https://tomoya92.github.io/pybbs/[文档] 2. https://github.com/tomoya92/pybbs/issues[issues] *提问题的时候请将问题重现步骤描述清楚* QQ群:`419343003` == 其它版本 - golang版:https://github.com/tomoya92/pybbs-go - springboot版:https://github.com/tomoya92/pybbs - jfinal版:https://github.com/tomoya92/pybbs/tree/v2.3 - ssm版:https://github.com/ehuacui/ehuacui-bbs == 贡献 欢迎大家提pr == 使用者 可以给我发邮件告知你的网站 |=== | 网站 | 版本 | http://bbs.narutogis.com/ | 2.3 | http://www.coder.men/ | 2.5 | https://springbootbbs.com/ | master |=== == 捐赠 image:https://cloud.githubusercontent.com/assets/6915570/18000010/9283d530-6bae-11e6-8c34-cd27060b9074.png[alipay] image:https://cloud.githubusercontent.com/assets/6915570/17999995/7c2a4db4-6bae-11e6-891c-4b6bc4f00f4b.png[wechat] https://github.com/tomoya92/pybbs/wiki/%E6%8D%90%E8%B5%A0[捐赠名单] == License MIT