issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
262k
issue_title
stringlengths
1
1.02k
issue_comments_url
stringlengths
53
116
issue_comments_count
int64
0
2.49k
issue_created_at
stringdate
1999-03-17 02:06:42
2025-06-23 11:41:49
issue_updated_at
stringdate
2000-02-10 06:43:57
2025-06-23 11:43:00
issue_html_url
stringlengths
34
97
issue_github_id
int64
132
3.17B
issue_number
int64
1
215k
[ "JPressProjects", "jpress" ]
http://192.168.1.10:8080/jpress/admin/preview?url=javascript%3aalert(1)%2f%2fjxaj20qh ![image](https://user-images.githubusercontent.com/73450309/229355045-fcd15111-6af3-412b-99d2-037451463bfe.png)
jpress存在反射型XSS
https://api.github.com/repos/JPressProjects/jpress/issues/184/comments
0
2023-04-02T13:13:29Z
2023-04-02T13:13:58Z
https://github.com/JPressProjects/jpress/issues/184
1,650,943,042
184
[ "JPressProjects", "jpress" ]
jpress后台模板-板块存在存储型XSS 文字内容输入payload:<sCrIpT>alert(2)</sCrIpT> ![1](https://user-images.githubusercontent.com/73450309/229354201-845c8b45-1956-444b-abfd-2615b8561960.png) 每次打开模板-板块页面均可弹窗 ![2](https://user-images.githubusercontent.com/73450309/229354218-17bb022a-3b0a-45e9-b7d1-6cb8014570b8.png)
jpress后台模板-板块存在存储型XSS
https://api.github.com/repos/JPressProjects/jpress/issues/183/comments
1
2023-04-02T12:58:37Z
2023-04-02T13:11:03Z
https://github.com/JPressProjects/jpress/issues/183
1,650,938,037
183
[ "JPressProjects", "jpress" ]
## 项目启动描述 使用tomcat8.5.42启动,启动配置访问路径为http://localhost:8080/blog/ ## 问题描述 1. 进入localhost:8080/blog/admin/index 面板页 ,点击右侧的文章 2. 跳转到文章详情页localhost:8080/arcticle/c69589.html,网页报错404,发现并未拼接我们自定义的访问路径 3. 将localhost:8080/arcticle/c69589.html改为localhost:8080/blog/arcticle/c69589.html,可以正常访问
自定义域名时,从后台无法直接访问文章
https://api.github.com/repos/JPressProjects/jpress/issues/181/comments
0
2022-12-09T06:27:30Z
2022-12-09T06:27:30Z
https://github.com/JPressProjects/jpress/issues/181
1,486,123,317
181
[ "JPressProjects", "jpress" ]
null
test
https://api.github.com/repos/JPressProjects/jpress/issues/179/comments
1
2022-11-08T07:26:28Z
2024-11-10T06:07:58Z
https://github.com/JPressProjects/jpress/issues/179
1,439,638,286
179
[ "JPressProjects", "jpress" ]
# 审计过程 jpress框架在安装好之后默认用户注册登录功能 ![image-20211223165121108](https://user-images.githubusercontent.com/64583215/149648410-e4919048-d9f9-4cff-bebf-8c0f281a21ae.png) 我们可以随意注册一个用户进入到个人主页 ![image-20211223165157532](https://user-images.githubusercontent.com/64583215/149648469-5547d443-2284-4e05-9c58-5df77c4977eb.p...
jpress前台存在任意文件上传漏洞
https://api.github.com/repos/JPressProjects/jpress/issues/173/comments
1
2022-01-09T08:55:24Z
2022-08-08T02:01:04Z
https://github.com/JPressProjects/jpress/issues/173
1,097,141,446
173
[ "JPressProjects", "jpress" ]
# 审计过程 **与之前两篇不同,之前交过两个邮件模板注入的洞,一个触发点是在article的评论处,一个是在page的评论处,这次是在product的评论处,代码很相似,但不是同一份代码** jpress后台提供了**评论邮件通知管理员**功能,而且发送的邮件模板可控,官方给出了例子,告诉我们可以用`#(comment.id)`,那么猜测这里可能会存在模板渲染问题 ![image-20211222195858075](https://gitee.com/er1cccc/pic-md/raw/master/image-20211222195858075.png) 接着,尝试发一条评论看看后端代码的执行流程,后...
jpress后台存在命令执行漏洞-邮件模板product
https://api.github.com/repos/JPressProjects/jpress/issues/172/comments
1
2022-01-09T08:54:40Z
2022-08-07T09:52:47Z
https://github.com/JPressProjects/jpress/issues/172
1,097,141,322
172
[ "JPressProjects", "jpress" ]
# 审计过程 **与之前一篇不同,之前交过一个邮件模板注入的洞,之前那个触发点是在article的评论处,这次是在page的评论处,代码很相似,但不是同一份代码** jpress后台提供了**评论邮件通知管理员**功能,而且发送的邮件模板可控,官方给出了例子,告诉我们可以用`#(comment.id)`,那么猜测这里可能会存在模板渲染问题 ![image-20211222194033904](https://gitee.com/er1cccc/pic-md/raw/master/image-20211222194033904.png) 接着,尝试发一条评论看看后端代码的执行流程,后端对应的代码是`io.jpr...
jpress后台存在命令执行漏洞-邮件模板page
https://api.github.com/repos/JPressProjects/jpress/issues/171/comments
1
2022-01-09T08:53:50Z
2022-08-07T09:53:07Z
https://github.com/JPressProjects/jpress/issues/171
1,097,141,191
171
[ "JPressProjects", "jpress" ]
# 审计过程 jpress后台提供了**评论邮件通知管理员**功能,而且发送的邮件模板可控,官方给出了例子,告诉我们可以用`#(comment.id)`,那么猜测这里可能会存在模板渲染问题 ![image-20211222172115997](https://gitee.com/er1cccc/pic-md/raw/master/image-20211222172115997.png) 接着,尝试发一条评论看看后端代码的执行流程 ![image-20211222172326880](https://gitee.com/er1cccc/pic-md/raw/master/image-20211222172326...
jpress后台存在命令执行漏洞-邮件模板article
https://api.github.com/repos/JPressProjects/jpress/issues/170/comments
1
2022-01-09T08:52:56Z
2022-08-07T09:53:35Z
https://github.com/JPressProjects/jpress/issues/170
1,097,141,030
170
[ "JPressProjects", "jpress" ]
# 审计过程 jpress后台存在模板上传功能,不过存在些许过滤,我们使用fastjson来辅助获取`ScriptEngineManager`,然后执行任意js代码,就可以实现rce,payload如下 ``` #set(x=com.alibaba.fastjson.parser.ParserConfig::getGlobalInstance()) #(x.setAutoTypeSupport(true)) #(x.addAccept("javax.script.ScriptEngineManager")) #set(x=com.alibaba.fastjson.JSON::parse('{"@type":"j...
jpress后台存在命令执行漏洞-模板上传
https://api.github.com/repos/JPressProjects/jpress/issues/169/comments
1
2022-01-09T08:49:15Z
2022-08-07T09:52:23Z
https://github.com/JPressProjects/jpress/issues/169
1,097,140,367
169
[ "JPressProjects", "jpress" ]
# 审计过程 jpress后台存在模板安装功能,攻击者可以安装恶意模板造成rce。 在页面上点击安装模板 ![image-20211222111225666](https://user-images.githubusercontent.com/64583215/148675264-e46cc7be-3430-4df5-af4e-daca0ef16ab0.png) 上传恶意模板之后,程序运行到`io.jpress.web.admin._TemplateController#doInstall`,这个函数的作用是将上传的zip文件解压,然后存到classes/webapp/templates目录下,这个目录是专门用来...
jpress后台存在命令执行漏洞-模板安装
https://api.github.com/repos/JPressProjects/jpress/issues/168/comments
1
2022-01-09T08:44:35Z
2022-08-07T09:54:17Z
https://github.com/JPressProjects/jpress/issues/168
1,097,139,500
168
[ "JPressProjects", "jpress" ]
# 审计过程 jpress后台提供了插件安装功能,在`io.jpress.web.admin._AddonController`的`doUploadAndInstall`方法,该方法的作用是先处理文件上传,然后进行插件安装 ![image-20211221123337325](https://user-images.githubusercontent.com/64583215/148674957-2226ab5b-61d5-4990-8d30-d4113b50cba6.png) 文件上传的步骤略,直接看安装部分 ![image-20211221123838727](https://user-images.gi...
jpress后台存在命令执行漏洞-恶意插件
https://api.github.com/repos/JPressProjects/jpress/issues/167/comments
1
2022-01-09T08:36:56Z
2022-08-16T10:48:22Z
https://github.com/JPressProjects/jpress/issues/167
1,097,138,149
167
[ "JPressProjects", "jpress" ]
# 审计过程 jpress后台存在模板编辑功能,不过存在些许过滤,我们使用fastjson来辅助获取`ScriptEngineManager`,然后执行任意js代码,就可以实现rce,payload如下 ``` #set(x=com.alibaba.fastjson.parser.ParserConfig::getGlobalInstance()) #(x.setAutoTypeSupport(true)) #(x.addAccept("javax.script.ScriptEngineManager")) #set(x=com.alibaba.fastjson.JSON::parse('{"@type":"j...
jpress后台存在命令执行漏洞-模板修改
https://api.github.com/repos/JPressProjects/jpress/issues/166/comments
1
2022-01-09T08:23:43Z
2022-08-07T09:54:34Z
https://github.com/JPressProjects/jpress/issues/166
1,097,135,949
166
[ "JPressProjects", "jpress" ]
null
商品能给不同会员组设置不同价格,不能设置为0,即指定会员组商品免费
https://api.github.com/repos/JPressProjects/jpress/issues/159/comments
1
2021-10-30T04:23:32Z
2022-08-16T10:48:42Z
https://github.com/JPressProjects/jpress/issues/159
1,040,046,012
159
[ "JPressProjects", "jpress" ]
![X4swSxJqpguyFOP](https://user-images.githubusercontent.com/3417710/130885160-f58e40e5-3da4-4602-92f2-920147630635.png) "系统管理"-"系统"-"小工具箱"-"WordPress文章导入": io.jpress.module.article.controller.admin._WordpressImport#doWordPressImport ``` public void doWordPressImport() { UploadFile ufile = getFile(); ...
background XML entity injection vulnerability
https://api.github.com/repos/JPressProjects/jpress/issues/156/comments
1
2021-08-26T01:27:13Z
2021-09-19T12:39:27Z
https://github.com/JPressProjects/jpress/issues/156
979,740,683
156
[ "JPressProjects", "jpress" ]
There is a storage XSS vulnerability in the template module. The figure shows the setting interface of template management, which is used to describe the left part of the home page. URL: `http://localhost:8080/admin/template/setting` ![](https://raw.githubusercontent.com/HyCXSS/IMG/main/1.png) After inputting the...
There is a storage XSS vulnerability in the template module
https://api.github.com/repos/JPressProjects/jpress/issues/152/comments
1
2021-05-12T12:06:12Z
2021-05-28T04:21:50Z
https://github.com/JPressProjects/jpress/issues/152
890,015,600
152
[ "JPressProjects", "jpress" ]
操作系统:CentOS 7.3 问题: 重启 docker 后,打开页面空白,重启容器也无法恢复。 需要删除数据库重新 run 数据库才能恢复。 查看容器日志,发现报错 ` 021-01-29 01:36:22.561 ERROR io.jboot.web.handler.JbootActionHandler - io.jpress.web.install.InstallController.index() : /install java.lang.RuntimeException: File not found : /opt/jpress/webapp/WEB-INF/install/views/step1.html...
docker 安装问题
https://api.github.com/repos/JPressProjects/jpress/issues/145/comments
1
2021-01-28T17:41:12Z
2022-08-16T10:49:07Z
https://github.com/JPressProjects/jpress/issues/145
796,215,588
145
[ "JPressProjects", "jpress" ]
1. 在编辑文章界面,例如新增aa,再添加AA,发布文章显示系统错误,后台报错应为主键重复 2. 在tag页面编辑时,slug包含 - 或为全数字时则创建失败,但是在文章页面添加tag则不会校验,会创建成功
bug:关于tag的问题
https://api.github.com/repos/JPressProjects/jpress/issues/144/comments
1
2020-10-22T09:00:23Z
2021-09-19T12:41:37Z
https://github.com/JPressProjects/jpress/issues/144
727,191,831
144
[ "JPressProjects", "jpress" ]
怎么配置独立的数据库呢。
怎么配置独立的数据库呢。
https://api.github.com/repos/JPressProjects/jpress/issues/139/comments
1
2020-07-17T12:56:24Z
2022-08-16T10:49:41Z
https://github.com/JPressProjects/jpress/issues/139
659,234,910
139
[ "JPressProjects", "jpress" ]
我想知道jpress插件化是如何实现的?和wordpress有什么区别?
jpress插件化是如何实现的
https://api.github.com/repos/JPressProjects/jpress/issues/138/comments
1
2020-07-16T14:58:11Z
2022-08-07T09:55:50Z
https://github.com/JPressProjects/jpress/issues/138
658,278,719
138
[ "JPressProjects", "jpress" ]
环境: chrome 78.0.3904.108(正式版本) (64 位) mac jpress v3.0.2 步聚: 新建文章: 1. markdown 模式 2. 编辑完title 3. 编辑正文 4.再想去修改title。光标无法定位到title.
编辑器,在markdown下,不能再次编辑title
https://api.github.com/repos/JPressProjects/jpress/issues/136/comments
0
2020-03-19T02:05:07Z
2022-08-07T09:56:10Z
https://github.com/JPressProjects/jpress/issues/136
584,111,626
136
[ "JPressProjects", "jpress" ]
1.No filtering of the comments on the front-end articles.This place has a storage XSS vulnerability. `code io.jpress.module.article.controller.api.ArticleApiController` ``` public void postComment() { Long articleId = getParaToLong("articleId"); Long pid = getParaToLong("pid"); String ...
A storage XSS
https://api.github.com/repos/JPressProjects/jpress/issues/129/comments
1
2019-10-03T15:01:45Z
2019-11-21T09:59:27Z
https://github.com/JPressProjects/jpress/issues/129
502,121,807
129
[ "JPressProjects", "jpress" ]
希望支持下这个功能设置,谢谢
请问下,用户中心的文章,不需要审核,在哪设置
https://api.github.com/repos/JPressProjects/jpress/issues/128/comments
0
2019-09-12T08:49:53Z
2019-11-21T09:58:47Z
https://github.com/JPressProjects/jpress/issues/128
492,670,801
128
[ "JPressProjects", "jpress" ]
开发环境: - 系统:macOS 10.14.6 - 浏览器:Chrome 76.0.3809.132 - JDK:1.8.0_152 问题: 1. 保存菜单会出现:bad or missing token!,暂时不知道是什么原因导致的。 2. 并没有做非空验证,所有字段都不填写都可以保存,这是不合理的,不知道其他地方有没有类似的问题。
菜单管理所存在的问题
https://api.github.com/repos/JPressProjects/jpress/issues/127/comments
0
2019-09-07T13:52:20Z
2019-11-21T09:58:47Z
https://github.com/JPressProjects/jpress/issues/127
490,638,017
127
[ "JPressProjects", "jpress" ]
Attacker can upload the specific zip file to the server, witch makes your application vulnerable to path traversal attack and sensitive data exposure. Vulnerability url: http://localhost:8080/admin/template/install the flaws happened in this place: ![1](https://user-images.githubusercontent.com/7057406/60328398-c...
Zip slip vulnerability in jpress
https://api.github.com/repos/JPressProjects/jpress/issues/126/comments
0
2019-06-28T08:24:49Z
2019-11-21T09:58:47Z
https://github.com/JPressProjects/jpress/issues/126
461,918,217
126
[ "JPressProjects", "jpress" ]
500 Internal Server Error com.jfinal.plugin.activerecord.ActiveRecordException : com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression #25 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'blog.xiaoyuhao.org.m.category_id' which is not functionally dependent on columns in GROU...
在一个文章有2个或以上标签的时候回出现这个报错
https://api.github.com/repos/JPressProjects/jpress/issues/116/comments
1
2019-01-28T06:36:30Z
2019-02-17T05:41:41Z
https://github.com/JPressProjects/jpress/issues/116
403,669,166
116
[ "JPressProjects", "jpress" ]
Hi,guys,there is a storage type xss in your web application,which can be use for phishing. Vulnerability url: http://127.0.0.1:8080/starter-tomcat-1.0/admin/setting the flaws happened in this place: ![image](https://user-images.githubusercontent.com/34211176/50960448-53464780-14bd-11e9-803d-4cb4455273fd.png) First...
There is a storage xss in your web application which can be use for phishing
https://api.github.com/repos/JPressProjects/jpress/issues/115/comments
2
2019-01-10T09:57:50Z
2019-11-21T09:58:46Z
https://github.com/JPressProjects/jpress/issues/115
397,752,627
115
[ "JPressProjects", "jpress" ]
希望发布文章能有上传附件模块
https://api.github.com/repos/JPressProjects/jpress/issues/114/comments
1
2018-12-21T06:18:03Z
2018-12-28T15:26:19Z
https://github.com/JPressProjects/jpress/issues/114
393,331,579
114
[ "JPressProjects", "jpress" ]
缺少文章搜索功能
https://api.github.com/repos/JPressProjects/jpress/issues/113/comments
1
2018-12-21T06:16:55Z
2019-02-17T05:40:49Z
https://github.com/JPressProjects/jpress/issues/113
393,331,309
113
[ "JPressProjects", "jpress" ]
初始化向导中,最好能自动创建数据库,而不是要事先手动创建
https://api.github.com/repos/JPressProjects/jpress/issues/112/comments
2
2018-12-21T06:13:23Z
2019-11-21T09:58:46Z
https://github.com/JPressProjects/jpress/issues/112
393,330,489
112
[ "JPressProjects", "jpress" ]
31、calmlog模板的评论在数据库中存的都是乱码。
calmlog模板的评论在数据库中存的都是乱码
https://api.github.com/repos/JPressProjects/jpress/issues/111/comments
0
2018-12-13T08:49:41Z
2018-12-28T15:26:19Z
https://github.com/JPressProjects/jpress/issues/111
390,574,795
111
[ "JPressProjects", "jpress" ]
30、calmlog模板,jpress网站从二级目录移到ROOT后,除了文章路径能适应过来,菜单、图片等路径都不行, 都带着二级目录存到数据库了,海哥这块不知能不能完善一下 否则网站就很难移动了,二级目录改个名,路径也都不行了, 应该也是存个与项目相对的路径到数据库较好,不要存二级目录名。 缩图等都没存二级目录,说明可以这样。
jpress网站从二级目录移到ROOT后,除了文章路径能适应过来,菜单、图片等路径都不行
https://api.github.com/repos/JPressProjects/jpress/issues/110/comments
0
2018-12-13T08:49:09Z
2019-11-21T09:58:46Z
https://github.com/JPressProjects/jpress/issues/110
390,574,605
110
[ "JPressProjects", "jpress" ]
calmlog模板在二级目录下,手机上文章编辑时,编辑器出不来,只能出来Markdown的编辑界面
calmlog模板在二级目录下,手机上文章编辑时,编辑器出不来,只能出来Markdown的编辑界面
https://api.github.com/repos/JPressProjects/jpress/issues/106/comments
0
2018-12-07T06:56:46Z
2019-11-21T09:58:46Z
https://github.com/JPressProjects/jpress/issues/106
388,529,021
106
[ "JPressProjects", "jpress" ]
calmlog模板在二级目录下,模板编辑后,要重启tomcat才能生效
calmlog模板在二级目录下,模板编辑后,要重启tomcat才能生效
https://api.github.com/repos/JPressProjects/jpress/issues/105/comments
1
2018-12-07T06:52:52Z
2018-12-19T01:24:52Z
https://github.com/JPressProjects/jpress/issues/105
388,528,116
105
[ "JPressProjects", "jpress" ]
calmlog模板在二级目录下,评论及回复后,邮件通知不管用
calmlog模板在二级目录下,评论及回复后,邮件通知不管用
https://api.github.com/repos/JPressProjects/jpress/issues/104/comments
0
2018-12-07T06:51:57Z
2019-11-21T09:58:45Z
https://github.com/JPressProjects/jpress/issues/104
388,527,924
104
[ "JPressProjects", "jpress" ]
calmlog模板在二级目录下,评论的头像不显示
calmlog模板在二级目录下,评论的头像不显示
https://api.github.com/repos/JPressProjects/jpress/issues/100/comments
0
2018-11-23T08:53:55Z
2018-12-28T15:26:19Z
https://github.com/JPressProjects/jpress/issues/100
383,742,189
100
[ "JPressProjects", "jpress" ]
二级目录下,评论还是没法回复 点回复,页面显示还是评论状态。
二级目录下,评论还是没法回复
https://api.github.com/repos/JPressProjects/jpress/issues/99/comments
0
2018-11-23T08:42:46Z
2018-12-28T15:26:18Z
https://github.com/JPressProjects/jpress/issues/99
383,739,500
99
[ "JPressProjects", "jpress" ]
![image](https://user-images.githubusercontent.com/11531302/48353075-7b861580-e6c9-11e8-837b-f414228c557a.png)
文章管理条数与计数不相符
https://api.github.com/repos/JPressProjects/jpress/issues/92/comments
0
2018-11-12T14:23:39Z
2019-11-21T09:58:45Z
https://github.com/JPressProjects/jpress/issues/92
379,799,369
92
[ "JPressProjects", "jpress" ]
文章编辑时,从word一起复制粘贴文字图片时,图片不显示。单独只复制粘贴图片没问题
文章编辑时,从word一起复制粘贴文字图片时,图片不显示
https://api.github.com/repos/JPressProjects/jpress/issues/91/comments
0
2018-11-12T07:09:42Z
2018-12-04T03:16:06Z
https://github.com/JPressProjects/jpress/issues/91
379,648,032
91
[ "JPressProjects", "jpress" ]
Hello,my nickname is isecream,I found three stored xss in the form First, access the page ![default](https://user-images.githubusercontent.com/25191604/48196235-f0d1ad80-e38c-11e8-8229-ec30b0c43d58.png) ![default](https://user-images.githubusercontent.com/25191604/48196336-5160ea80-e38d-11e8-8019-3bac410389ca.pn...
There is a stored xss via /starter-tomcat-1.0/admin/setting
https://api.github.com/repos/JPressProjects/jpress/issues/89/comments
2
2018-11-08T11:38:08Z
2020-04-07T10:53:34Z
https://github.com/JPressProjects/jpress/issues/89
378,693,593
89
[ "JPressProjects", "jpress" ]
![image](https://user-images.githubusercontent.com/11531302/47965556-b8c42500-e083-11e8-85f4-ca93a3e8656f.png) ![image](https://user-images.githubusercontent.com/11531302/47965563-d0031280-e083-11e8-9dff-248ee6d26bbf.png) dustbin 和 trash 应该是只取一种吧
文章移至垃圾箱BUG
https://api.github.com/repos/JPressProjects/jpress/issues/82/comments
0
2018-11-04T14:51:59Z
2018-11-08T03:42:42Z
https://github.com/JPressProjects/jpress/issues/82
377,160,260
82
[ "JPressProjects", "jpress" ]
文章编辑时,复制粘贴的图片不能编辑,发布后丢失,不显示。
文章编辑时,复制粘贴图片有问题
https://api.github.com/repos/JPressProjects/jpress/issues/81/comments
1
2018-10-31T00:37:09Z
2018-11-08T03:47:02Z
https://github.com/JPressProjects/jpress/issues/81
375,751,230
81
[ "JPressProjects", "jpress" ]
主页右下角“联系我们”点击,网址定位到:http://192.168.191.2:8080/starter-tomcat-1.0/#, 然后没啥显示,怎么设置"联系我们"的内容?
主页右下角“联系我们”怎么设置
https://api.github.com/repos/JPressProjects/jpress/issues/80/comments
0
2018-10-29T07:56:59Z
2018-12-04T03:16:06Z
https://github.com/JPressProjects/jpress/issues/80
374,896,932
80
[ "JPressProjects", "jpress" ]
写文章插入图片时,没初始化显示图片大小,且预览为叉 插入图片后,只显示一个很小的框,
写文章插入图片时,没初始化显示图片大小,且预览为叉
https://api.github.com/repos/JPressProjects/jpress/issues/79/comments
0
2018-10-29T07:55:08Z
2018-12-04T03:16:06Z
https://github.com/JPressProjects/jpress/issues/79
374,896,415
79
[ "JPressProjects", "jpress" ]
主页点击“查看更多”,404错误,好像没那个页面
主页点击“查看更多”,404错误,好像没那个页面
https://api.github.com/repos/JPressProjects/jpress/issues/78/comments
2
2018-10-29T07:53:55Z
2018-11-12T06:53:05Z
https://github.com/JPressProjects/jpress/issues/78
374,896,061
78
[ "JPressProjects", "jpress" ]
20、用户投稿中带图片时,投稿后,编辑和审核都有问题 用户中心的文章列表中点击该文件,404错误。 审核编辑该文件时,也看不到图片。
用户投稿中带图片时,投稿后,编辑和审核都有问题
https://api.github.com/repos/JPressProjects/jpress/issues/77/comments
0
2018-10-29T07:49:37Z
2018-12-04T03:16:06Z
https://github.com/JPressProjects/jpress/issues/77
374,894,917
77
[ "JPressProjects", "jpress" ]
有没有可以预览的网站,看看效果
https://api.github.com/repos/JPressProjects/jpress/issues/76/comments
1
2018-10-10T01:41:18Z
2018-11-08T03:46:23Z
https://github.com/JPressProjects/jpress/issues/76
368,460,944
76
[ "JPressProjects", "jpress" ]
全新的JPRESS当前可以使用了吗?
全新的JPRESS当前可以使用了吗?
https://api.github.com/repos/JPressProjects/jpress/issues/75/comments
1
2018-08-28T01:39:16Z
2018-11-08T03:46:00Z
https://github.com/JPressProjects/jpress/issues/75
354,537,794
75
[ "JPressProjects", "jpress" ]
rt
项目凉凉?
https://api.github.com/repos/JPressProjects/jpress/issues/74/comments
0
2018-04-20T06:59:20Z
2018-04-24T02:47:44Z
https://github.com/JPressProjects/jpress/issues/74
316,149,924
74
[ "JPressProjects", "jpress" ]
安装完成!稍等几秒后自动刷新。若一直停留在此页面,请重启你的web容器。 JPress安装向导界面上卡住,一直在自动刷新,但是还是停留在当前页面。手动刷新效果一样
JPress安装向导界面上卡住
https://api.github.com/repos/JPressProjects/jpress/issues/73/comments
1
2018-04-19T09:22:53Z
2018-11-08T03:46:49Z
https://github.com/JPressProjects/jpress/issues/73
315,795,399
73
[ "JPressProjects", "jpress" ]
jpress的模板支持enjoy了吗
jpress的模板支持enjoy了吗
https://api.github.com/repos/JPressProjects/jpress/issues/72/comments
1
2018-04-12T04:22:57Z
2018-11-08T03:45:09Z
https://github.com/JPressProjects/jpress/issues/72
313,572,159
72
[ "JPressProjects", "jpress" ]
Jpress中文章和页面的区别是什么? 目前看到的效果是: 文章和页面都可以录入相同的内容 文章能发布到前端页面,可以打tag 页面不能发布到前端页面,也不能打tag 那页面的用途是什么?
Jpress中文章和页面的区别
https://api.github.com/repos/JPressProjects/jpress/issues/71/comments
1
2018-03-23T03:37:07Z
2018-12-28T15:26:18Z
https://github.com/JPressProjects/jpress/issues/71
307,891,652
71
[ "JPressProjects", "jpress" ]
有没有考虑过发布Docker镜像,简化部署步骤
Docker支持
https://api.github.com/repos/JPressProjects/jpress/issues/70/comments
2
2018-03-15T06:29:03Z
2018-12-28T15:26:35Z
https://github.com/JPressProjects/jpress/issues/70
305,429,953
70
[ "JPressProjects", "jpress" ]
看了半天,也没看多明白,按照你那个教程,根本就找不到运行命令的文件。
没找到可以打包的文件夹
https://api.github.com/repos/JPressProjects/jpress/issues/68/comments
0
2018-02-01T15:06:50Z
2018-11-08T03:44:41Z
https://github.com/JPressProjects/jpress/issues/68
293,563,997
68
[ "JPressProjects", "jpress" ]
运行sql文件后报错
sql文件中表不足?Table 'jpress.actionlog' doesn't exist
https://api.github.com/repos/JPressProjects/jpress/issues/67/comments
1
2017-12-06T06:56:32Z
2018-11-08T03:44:41Z
https://github.com/JPressProjects/jpress/issues/67
279,647,191
67
[ "JPressProjects", "jpress" ]
打包目录 为什么这么奇怪
没发打包啊
https://api.github.com/repos/JPressProjects/jpress/issues/66/comments
0
2017-11-26T04:32:04Z
2018-11-08T03:44:40Z
https://github.com/JPressProjects/jpress/issues/66
276,798,712
66
[ "JPressProjects", "jpress" ]
1. 没有 jpress-web 2. 在idea中执行packing ,出来的是jar 3. 我在pom中 增加 "< p a c k a g i n g> w a r< / p a c k a g i n g>" ,出来的war只有22byte 能否给我( xiacat@163.com )一个再清晰一点的指导? 谢谢!
我安装文档的“进入jpress-web目录,执行`mvn package`命令”不能创建war
https://api.github.com/repos/JPressProjects/jpress/issues/65/comments
4
2017-11-22T06:52:49Z
2018-11-08T03:44:40Z
https://github.com/JPressProjects/jpress/issues/65
275,961,968
65
[ "JPressProjects", "jpress" ]
启动后根本不出来初始化页面,访问什么也没有,生成eclipse项目后,自己创建表访问admin,数据密码一直卡在登录页面。有谁解决了吗,望分享,谢谢。
master分支下载后按照文档配置启动问题-2017年10月25日
https://api.github.com/repos/JPressProjects/jpress/issues/64/comments
1
2017-10-25T13:25:43Z
2018-11-08T03:44:40Z
https://github.com/JPressProjects/jpress/issues/64
268,396,605
64
[ "JPressProjects", "jpress" ]
按照jBlog默认模版 通过content.viewCount取不到值,看了下数据库view_count字段一直是0
文章的浏览量统计如何开启?
https://api.github.com/repos/JPressProjects/jpress/issues/63/comments
0
2017-10-13T03:21:12Z
2018-11-08T03:44:40Z
https://github.com/JPressProjects/jpress/issues/63
265,158,295
63
[ "JPressProjects", "jpress" ]
jboot启动时报这个错误,求海哥指导 Caused by: com.jfinal.template.stat.ParseException: #include directive requires parentheses "()"
iboot启动报错
https://api.github.com/repos/JPressProjects/jpress/issues/62/comments
1
2017-10-06T11:41:15Z
2018-11-08T03:44:40Z
https://github.com/JPressProjects/jpress/issues/62
263,418,361
62
[ "JPressProjects", "jpress" ]
目前(2017-08-31)git上master版本,使用的是jboot启动,和使用说明文档中的不一致,提醒下,别再踩坑了, 可以使用git上的alpha分支版本,或者加群讨论。 PPS:等大神更新吧。
目前(2017-08-31)git上master版本启动有误,使用的是jboot启动?
https://api.github.com/repos/JPressProjects/jpress/issues/61/comments
4
2017-08-31T03:43:11Z
2018-11-08T03:44:40Z
https://github.com/JPressProjects/jpress/issues/61
254,202,232
61
[ "JPressProjects", "jpress" ]
/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/bin/java "-javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=55694:/Applications/IntelliJ IDEA.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/charsets.jar:/Libra...
大家运行后有没有不能使用数据库的问题,具体如下
https://api.github.com/repos/JPressProjects/jpress/issues/59/comments
2
2017-08-16T07:10:03Z
2018-11-08T03:44:40Z
https://github.com/JPressProjects/jpress/issues/59
250,531,532
59
[ "JPressProjects", "jpress" ]
新上传的项目是不是新增加了表,有没有对应的sql文件?
新上传的项目是不是新增加了表,有没有对应的sql文件?
https://api.github.com/repos/JPressProjects/jpress/issues/58/comments
2
2017-08-14T03:48:45Z
2018-11-08T03:44:40Z
https://github.com/JPressProjects/jpress/issues/58
249,926,447
58
[ "JPressProjects", "jpress" ]
`[INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building io.jpress 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for io.jboot:jboot:jar:1.0-beta5-SNAPSHOT is missing, no dependency information available ...
maven compile 报错 Could not find artifact io.jboot:jboot:jar:1.0-beta5-SNAPSHOT
https://api.github.com/repos/JPressProjects/jpress/issues/57/comments
3
2017-08-13T06:55:59Z
2018-11-08T03:44:40Z
https://github.com/JPressProjects/jpress/issues/57
249,856,646
57
[ "JPressProjects", "jpress" ]
<@jp.next> 下一篇:<a href="${content.url}">${content.title}</a> </@jp.next> <@jp.previous> 上一篇:<a href="${content.url}">${content.title}</a> </@jp.previous> 按照DOC.md介绍的方式,直接将上面两段加入详细容详情页面(content.html的扩展页面content_XXX.html)。但是界面上显示的是【上一篇:<当前文章的标题>】【下一篇:<当前文章的标题>】,点击连接不管上篇下篇跳转的都是当前文章。 **请问:**是不是我的用法不对?这个地方(<@jp...
使用NextContentTag和PreviousContentTag标签的问题
https://api.github.com/repos/JPressProjects/jpress/issues/56/comments
1
2017-08-10T04:08:38Z
2018-11-08T03:44:40Z
https://github.com/JPressProjects/jpress/issues/56
249,227,879
56
[ "JPressProjects", "jpress" ]
首先,当请求路径为:www.YOURDOMAIN/abc ,而abc没有配置的时候会进入404.html。 但是,当请求:www.YOURDOMAIN/abc.html 的时候,就会显示tomcat的404错误页面。 不知道这种情况怎么处理? 谢谢
404错误处理的bug
https://api.github.com/repos/JPressProjects/jpress/issues/54/comments
0
2017-07-10T07:31:44Z
2018-11-08T03:44:39Z
https://github.com/JPressProjects/jpress/issues/54
241,623,378
54
[ "JPressProjects", "jpress" ]
演示站点后台登录的帐号密码是什么~?
https://api.github.com/repos/JPressProjects/jpress/issues/51/comments
1
2017-04-18T10:19:07Z
2018-11-08T03:44:39Z
https://github.com/JPressProjects/jpress/issues/51
222,368,516
51
[ "JPressProjects", "jpress" ]
我使用docker部署每次重启之后都需要重新设置数据库,这个配置进去install页面是怎么配置的,为什么我每次都需要重配呢?
我使用docker部署时候的问题
https://api.github.com/repos/JPressProjects/jpress/issues/50/comments
0
2017-03-22T03:54:00Z
2017-03-22T03:56:00Z
https://github.com/JPressProjects/jpress/issues/50
215,945,768
50
[ "JPressProjects", "jpress" ]
希望能将fastjson版本升级至 1.2.28。
关于fastjson的远程代码执行漏洞
https://api.github.com/repos/JPressProjects/jpress/issues/49/comments
0
2017-03-17T06:46:04Z
2018-11-08T03:43:51Z
https://github.com/JPressProjects/jpress/issues/49
214,920,971
49
[ "JPressProjects", "jpress" ]
想实现下拉菜单效果,请问该如何实现
二级菜单怎么设置?
https://api.github.com/repos/JPressProjects/jpress/issues/48/comments
1
2017-02-15T09:49:21Z
2018-11-08T03:43:51Z
https://github.com/JPressProjects/jpress/issues/48
207,754,309
48
[ "JPressProjects", "jpress" ]
做了一个jpress网站,简单的流量统计功能怎么实现
流量统计怎么实现
https://api.github.com/repos/JPressProjects/jpress/issues/47/comments
1
2017-02-14T03:00:01Z
2018-11-08T03:43:51Z
https://github.com/JPressProjects/jpress/issues/47
207,404,254
47
[ "JPressProjects", "jpress" ]
距离最近一次提交有一个月了,不知道还在继续开发吗?
距离最近一次提交有一个月了,不知道还在继续开发吗?
https://api.github.com/repos/JPressProjects/jpress/issues/46/comments
0
2017-01-21T12:39:24Z
2018-11-08T03:43:51Z
https://github.com/JPressProjects/jpress/issues/46
202,313,520
46
[ "JPressProjects", "jpress" ]
默认模板中没有提供普通用户登录入口,我试着直接访问报404错误,请问访问方式是什么?
用户登录入口找不到
https://api.github.com/repos/JPressProjects/jpress/issues/45/comments
1
2017-01-17T11:41:53Z
2018-11-08T03:43:51Z
https://github.com/JPressProjects/jpress/issues/45
201,255,115
45
[ "JPressProjects", "jpress" ]
怀疑ehcache的原因就是我在公司的一个项目上边也是用的ehcache.也是一样的情况 无法正常shutdown 停止使用ehcache之后就恢复正常了..麻烦能解决下吗
可能ehcache导致tomcat无法被正常shutdown,需要手动kill进程才能停掉进程
https://api.github.com/repos/JPressProjects/jpress/issues/43/comments
0
2016-12-08T15:02:28Z
2018-11-08T03:43:50Z
https://github.com/JPressProjects/jpress/issues/43
194,357,960
43
[ "JPressProjects", "jpress" ]
String dataType = attrs.getValue("placeholder");-->dataType
TemplateConfigParser
https://api.github.com/repos/JPressProjects/jpress/issues/42/comments
0
2016-12-06T22:32:06Z
2018-11-08T03:43:50Z
https://github.com/JPressProjects/jpress/issues/42
193,904,532
42
[ "JPressProjects", "jpress" ]
建议在官网提供一个 war 下载的地址,然后在项目中将其移除。因为但凡 clone 源码的人应该绝大部分不是为了下载 war 包。望采纳
[建议]可否考虑将 war 包移出项目目录
https://api.github.com/repos/JPressProjects/jpress/issues/41/comments
0
2016-11-28T04:15:26Z
2018-11-08T03:43:50Z
https://github.com/JPressProjects/jpress/issues/41
191,916,167
41
[ "JPressProjects", "jpress" ]
非常喜欢,请问后续有功能更新、版本升级的计划吗,看到最近两个月没有变化?
https://api.github.com/repos/JPressProjects/jpress/issues/39/comments
0
2016-11-21T09:40:27Z
2018-11-08T03:43:50Z
https://github.com/JPressProjects/jpress/issues/39
190,663,748
39
[ "JPressProjects", "jpress" ]
文章插入xml格式代码,发布后然后回头再编辑的时候格式就乱了
再次编辑文章时之前的xml格式代码有问题
https://api.github.com/repos/JPressProjects/jpress/issues/36/comments
0
2016-11-05T14:33:46Z
2018-11-08T03:43:50Z
https://github.com/JPressProjects/jpress/issues/36
187,500,366
36
[ "JPressProjects", "jpress" ]
不展示原文的话和原来的样式有很大的差异,不利于从其他markdown文本copy内容。
初始化编辑器时候可以把markdown编辑器的原文显示出来么
https://api.github.com/repos/JPressProjects/jpress/issues/35/comments
2
2016-10-28T16:34:15Z
2018-11-08T03:43:50Z
https://github.com/JPressProjects/jpress/issues/35
185,967,013
35
[ "JPressProjects", "jpress" ]
在DOC.md中提到了需要在jpress-web中运行maven的打包,但是实际运行不是这样的,需要在jpress目录运行,望修改
DOC.md说的打包方式不正确
https://api.github.com/repos/JPressProjects/jpress/issues/34/comments
0
2016-10-27T09:53:37Z
2018-11-08T03:43:50Z
https://github.com/JPressProjects/jpress/issues/34
185,622,899
34
[ "JPressProjects", "jpress" ]
admin无法进入总是停留在install页面
安装之后 admin无法进入问题
https://api.github.com/repos/JPressProjects/jpress/issues/33/comments
4
2016-10-20T17:45:59Z
2018-11-08T03:43:50Z
https://github.com/JPressProjects/jpress/issues/33
184,295,476
33
[ "JPressProjects", "jpress" ]
BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.137 s [INFO] Finished at: 2016-10-20T11:39:21+08:00 [INFO] Final Memory: 11M/27M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.ma...
tomcat 运行报错
https://api.github.com/repos/JPressProjects/jpress/issues/32/comments
0
2016-10-20T03:48:44Z
2018-11-08T03:43:49Z
https://github.com/JPressProjects/jpress/issues/32
184,128,770
32
[ "JPressProjects", "jpress" ]
为什么安装的时候数据库就是连不上,数据库账号密码明明都对啊
https://api.github.com/repos/JPressProjects/jpress/issues/31/comments
6
2016-10-13T10:02:52Z
2018-11-08T03:43:49Z
https://github.com/JPressProjects/jpress/issues/31
182,747,202
31
[ "JPressProjects", "jpress" ]
@JpressProjects 后台中的**页面管理**不知道你的业务设计意图,在我使用的过程中明显可以用**文章管理**来替代。现在发布入口有两个在使用很容易困惑。 猜测:**页面管理**主要是用来发布单独的不在任何分类,专题下的文章。使用时可以在编辑模板的地方加入相关的**页面**链接地址??
[建议]后台中页面管理
https://api.github.com/repos/JPressProjects/jpress/issues/30/comments
1
2016-10-08T17:57:55Z
2018-11-08T03:43:49Z
https://github.com/JPressProjects/jpress/issues/30
181,839,811
30
[ "JPressProjects", "jpress" ]
类io.jpress.oauth2.connector.QQConnector _78行代码_ `return httpString.substring(httpString.lastIndexOf(":") + 2, httpString.lastIndexOf("\"") - 1);` _应改为_ `return httpString.substring(httpString.lastIndexOf(":") + 2, httpString.lastIndexOf("\""));` _109行代码_ `user.setOpenId(json.getString("openid"));` _应改为_ `user.setOpen...
第三方QQ登录认证返回后拉取用户信息有错误
https://api.github.com/repos/JPressProjects/jpress/issues/28/comments
1
2016-09-30T08:40:59Z
2016-10-03T14:49:01Z
https://github.com/JPressProjects/jpress/issues/28
180,250,560
28
[ "JPressProjects", "jpress" ]
在页面中 输入 l >22 这个,在body 和meta之间有个这样的显示 “&lt;body class="blog-body"&gt;22"&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt; 当为普通文章输入 l >22 这个没问题。 ![image](https://cloud.githubusercontent.com/assets/15061658/18986435/561cdd66-872f-11e6-8923-d5835c8e64c2.png)
页面有特殊字符>时,显示不对
https://api.github.com/repos/JPressProjects/jpress/issues/27/comments
1
2016-09-30T08:18:25Z
2018-11-08T03:43:49Z
https://github.com/JPressProjects/jpress/issues/27
180,246,504
27
[ "JPressProjects", "jpress" ]
文字问题,很多地方出现的“登陆”应该是“登录”
https://api.github.com/repos/JPressProjects/jpress/issues/26/comments
1
2016-09-29T09:18:13Z
2016-10-03T14:53:14Z
https://github.com/JPressProjects/jpress/issues/26
179,994,617
26
[ "JPressProjects", "jpress" ]
按照说明文档上说的在maven打包的时候出现问题,出现问题: ``` E:\E Jpress Workspace\jpress\jpress-web>mvn package [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jpress-web 1.0 [INFO] ------------------------------------------------------------------------ [W...
第一次下载运行
https://api.github.com/repos/JPressProjects/jpress/issues/24/comments
1
2016-09-13T05:01:49Z
2018-11-08T03:43:49Z
https://github.com/JPressProjects/jpress/issues/24
176,549,855
24
[ "JPressProjects", "jpress" ]
每次通过tomcat shutdown.sh命令后,虽然tomcat服务不能正常访问了,但是ps -ef | grep java 后,发现tomcat对应的java进程未随web容器关闭而销毁,进而存在僵尸java进程。
消息驱动不能shutdown
https://api.github.com/repos/JPressProjects/jpress/issues/23/comments
1
2016-09-08T01:20:34Z
2018-11-08T03:43:49Z
https://github.com/JPressProjects/jpress/issues/23
175,643,563
23
[ "JPressProjects", "jpress" ]
# 切换THE3模板以后,系统前台无法显示。错误如下: render : template is "THE3",template html is "index.html" JFinal action report -------- 2016-09-02 00:00:28 ------------------------------ Controller : io.jpress.front.controller.IndexController.(IndexController.java:1) Method : index Interceptor : io.jpress.core.interceptor.JI18nInt...
后台模板切换错误
https://api.github.com/repos/JPressProjects/jpress/issues/22/comments
2
2016-09-01T16:03:42Z
2018-11-08T03:43:49Z
https://github.com/JPressProjects/jpress/issues/22
174,562,940
22
[ "JPressProjects", "jpress" ]
1. 环境-WIN10(64)-JDK7 2. 版本-最新版本 3. 问题-登录后台后点击[**撰写文章**]及其它二级栏目都报错,错误如下: 2016-09-01 00:43:55 [ERROR]-[Thread: btpool0-4]-[freemarker.log._Log4jLoggerFactory$Log4jLogger.error()]: Error executing FreeMarker template FreeMarker template error: For "." left-hand operand: Expected a hash, but this has evaluated to a direct...
后台管理系统出错
https://api.github.com/repos/JPressProjects/jpress/issues/21/comments
1
2016-08-31T16:53:49Z
2016-09-01T10:33:16Z
https://github.com/JPressProjects/jpress/issues/21
174,324,487
21
[ "JPressProjects", "jpress" ]
想试下Jpress,不知道这个功能从订阅号也能导入文章
Jpress什么时候添加微信公众号导入文章功能
https://api.github.com/repos/JPressProjects/jpress/issues/20/comments
0
2016-08-23T08:33:04Z
2018-11-08T03:43:49Z
https://github.com/JPressProjects/jpress/issues/20
172,641,170
20
[ "JPressProjects", "jpress" ]
<img width="984" alt="2016-08-23 10 01 51" src="https://cloud.githubusercontent.com/assets/2757932/17877814/b26232e0-6918-11e6-8835-9afd31655941.png"> 查看所有文章出现两个导航栏
样式问题
https://api.github.com/repos/JPressProjects/jpress/issues/19/comments
1
2016-08-23T02:02:52Z
2016-09-01T10:33:57Z
https://github.com/JPressProjects/jpress/issues/19
172,595,935
19
[ "JPressProjects", "jpress" ]
首先我的项目是tomcat的webapps下的blog文件夹, 项目部署到tomcat后,必须配置tomcat的主页为这个项目,才能在内容页正确显示上传的头像 查看网页源码可以看到图片路径是web容器根目录+attachment......,显然中间没有blog这个项目文件夹名,当我把tomcat的主页配置成这个项目时,图片就正常显示了。这应该是个小BUG吧
内容页图片路径问题
https://api.github.com/repos/JPressProjects/jpress/issues/18/comments
1
2016-08-12T08:23:06Z
2016-08-16T02:50:27Z
https://github.com/JPressProjects/jpress/issues/18
170,821,829
18
[ "JPressProjects", "jpress" ]
![image](https://cloud.githubusercontent.com/assets/20652429/17505731/c05a3f3e-5e35-11e6-9db7-7bab6054f0c0.png)
安装过后出现乱码
https://api.github.com/repos/JPressProjects/jpress/issues/17/comments
4
2016-08-09T05:33:02Z
2016-10-03T14:53:54Z
https://github.com/JPressProjects/jpress/issues/17
170,085,429
17
[ "JPressProjects", "jpress" ]
是我的配置错误,请关闭该问题
请删除该问题
https://api.github.com/repos/JPressProjects/jpress/issues/16/comments
0
2016-08-03T13:44:17Z
2016-08-03T14:03:16Z
https://github.com/JPressProjects/jpress/issues/16
169,134,849
16
[ "JPressProjects", "jpress" ]
数据库表字段没有注释,这个不方便二次开发和修改数据库
数据库表字段没有注释
https://api.github.com/repos/JPressProjects/jpress/issues/15/comments
1
2016-08-03T13:26:52Z
2016-08-16T14:02:11Z
https://github.com/JPressProjects/jpress/issues/15
169,130,945
15
[ "JPressProjects", "jpress" ]
当文章被编辑的时候,对应的标签没有读入编辑页面,保存的时候,如果没有写标签就会被冲掉原先添加的标签
文章编辑之后标签丢失
https://api.github.com/repos/JPressProjects/jpress/issues/14/comments
0
2016-07-24T04:23:53Z
2016-08-04T11:25:47Z
https://github.com/JPressProjects/jpress/issues/14
167,216,394
14
[ "JPressProjects", "jpress" ]
本地启动访问不了项目-
https://api.github.com/repos/JPressProjects/jpress/issues/13/comments
0
2016-07-16T16:43:54Z
2017-01-06T07:54:22Z
https://github.com/JPressProjects/jpress/issues/13
165,936,954
13
[ "JPressProjects", "jpress" ]
安装后一直没有跳转到首页,重启tomcat后出现错误: ![image](https://cloud.githubusercontent.com/assets/4221055/16755583/eaea02b8-4830-11e6-85cb-44ca8b9a6577.png)
安装后一直没有跳转到首页,重启tomcat后出现错误
https://api.github.com/repos/JPressProjects/jpress/issues/12/comments
5
2016-07-12T05:03:26Z
2018-11-08T03:43:49Z
https://github.com/JPressProjects/jpress/issues/12
164,994,725
12
[ "JPressProjects", "jpress" ]
[ERROR] Failed to execute goal on project jpress-web: Could not resolve dependencies for project io.jpress:jpress-web:war:1.0: The following artifacts could not be resolved: io.jpress:jpress-utils:jar:1.0, io.jpress:jpress-db-api:jar:1.0, io.jpress:jpress-db-mysql:jar:1.0, io.jpress:jpress-oauth2:jar:1.0, io.jpress:jpr...
mvn package error
https://api.github.com/repos/JPressProjects/jpress/issues/11/comments
1
2016-07-11T07:22:53Z
2016-09-01T10:34:37Z
https://github.com/JPressProjects/jpress/issues/11
164,774,882
11