ZHENFENG13 / ssm-demo

:banana:Spring+SpringMVC+Mybatis+easyUI实现简单的后台管理系统

Home Page:http://ssm-cluster.13blog.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

博主,您好, 我在GitHub提交了一个版本,首页为何没有显示呢?

caochenhins opened this issue · comments

commented

博主,您好, 我在GitHub提交了一个版本,

为何没有显示出来呢?

qq 20170412134511

commented

qq 20170412134511

是不是没有push到仓库,如果你用的是idea的话,可以command+shift+k提交

git和svn不同,还有一步操作的

commented

O(∩_∩)O谢谢, 知道了,提交失败,提示没有权限~. Push failed: Failed with error: unable to access 'https://github.com/ZHENFENG13/ssm-demo.git/': The requested URL returned error: 403
我修改了百度编辑器的maven引用.如下:

groupId: cn.songxinqiang
artifactId: com.baidu.ueditor
version: 1.1.2-edit-1.0

因为Intellj编译时提示获取失败. 改为1.1.2-edit-1.0 就能获取了.^_^

O(∩_∩)O你提交到你的仓库就行了

百度地图?

commented

好的. 是富文本编辑器~ ☺_☺

那你可以pull requests到我这边

commented
        <groupId>com.baidu.ueditor</groupId>
        <artifactId>ueditor</artifactId>
        <version>20160310</version>

在intellj 2016.3.4下,改为以下配置即可编译通过:

        <groupId>cn.songxinqiang</groupId>
        <artifactId>com.baidu.ueditor</artifactId>
        <version>1.1.2-edit-1.0</version>

您看看pull这段代码是否合适, 也许和我的maven 版本有关.(3.3.9)

嗯,maven仓库问题,我用的是私服,所以能找到jar包,你pull过来吧,不止一个人说这个jar包问题了,本来我也想改了

commented

好的~ 学习啦~ 已经发起pull request,请您审核