springboot
农民小飞侠
如果放弃了,那还谈什么理想
展开
-
java.sql.SQLException: Could not retrieve transation read-only status server
最近在做整合springboot的项目,但是在整合mybatis出现了下面的问题:java.sql.SQLException: Could not retrieve transation read-only status server at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:998) ~[mysql-conne...原创 2018-12-06 21:49:25 · 3337 阅读 · 2 评论 -
springboot实现用户信息授权获取用户的id
最近用微信公众号做第三方登录,看着网上的教程,真是有苦难言,写得乱七八糟。不过也发现了比较好的文章。我这里记录一下我实现的过程。pom.xml是这个<dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId...原创 2019-03-13 21:31:20 · 5860 阅读 · 0 评论 -
微信java开发 authorized callback domain verification error 10003
今天在用测试公众号的时候出现了上述的错误:authorized callback domain verification error 10003搞得我很绝望,最后发现。这里面填的url要去掉http,我真是晕哭。参考文献[1].authorized callback domain verification error 10003 微信公众号.https://www.ji...原创 2019-03-13 17:19:41 · 2190 阅读 · 0 评论 -
play framework2.6 Refused to display in a frame because it set 'X-Frame-Options' to 'DENY'
今天在利用Ckeditor做文件上传的时候出现了下面的错误:Refused to display in a frame because it set 'X-Frame-Options' to 'DENY'解决方法修改application.conf里面的headers下面的配置。 # The X-Frame-Options header. If null, the hea...原创 2019-03-31 22:34:51 · 271 阅读 · 0 评论