This action will force synchronization from JPressProjects/jpress, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
全新 JPress 正在重构...
旧版本请移步:https://gitee.com/fuhai/jpress/tree/alpha/
新版本文档: 点击这里
https://pan.baidu.com/s/1Pe0KcYcQGalxPnlUNw9rmg
问题1: 初始化数据表为没有任何数据 ?
答:JPress 在初次正常运行的时候,会引导用户通过web页面去初始化基本数据,包括网站信息和管理员账号等。
问题2:为什么发布文章是乱码?
答:创建数据库的时候,注意编码要选择 utf8mb4
,如果还出现乱码,请添加下jdbc链接的编码配置。例如:
jboot.datasource.type=mysql
jboot.datasource.url=jdbc:mysql://127.0.0.1:3306/jpress-master?useUnicode=true&characterEncoding=UTF-8
jboot.datasource.user=root
jboot.datasource.password=
问题3:eclipse 或者 idea 调试的时候,为什么后台无法接受参数
答:请先查看下JFinal文档 http://www.jfinal.com/doc/3-3 ,确认下自己的开发工具是否配置正确。
问题4:为什么无法对文章进行评论
答:JPress的文章评论功能是关闭的,请先在后台 文章 -> 设置
开启评论功能。
更多问题,请关注 JPress 公众号 :
JPress后台截图
用户中心的相关截图
Sign in for post a comment
Comments ( 0 )