参考:解决使用Kaptcha报组件缺失的问题_达希_的博客************************** APPLICATION FAILED TO START *************************** Description: A component required a bean of type 'com.google.code.kaptcha.Producer'
唉。。。。。。。。。。。。。做的生气。。。。。
hibernate项目,不要使用基本数据类型(比如int ,long等),要使用Long,Integer等包装类
org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException: Input length = 2charset, 是编码的问题。删除application.yml,重新建,就好了。(先把application.yml 编码改为gbk,把内容copy出来,再重新建)...
Firefox没问题,换chrome版本就好了,换成chrome78就好了。前台登录看不出问题,后台报错如下:org.apache.shiro.authz.UnauthenticatedException: This subject is anonymous - it does not have any identifying principals and authorization operations require an identity to check against. A Subject .
nested exception is java.lang.IllegalArgumentException: A null value cannot be assigned to a primitive type在Entity里将long 改为Long,int 改为Integer
钉钉官方回调指南具体设置,官方也没给例子, 我一开始设置成 127.0.0.1 ,总是报“传入的url参数不是合法的url格式”,后来改成 http:///127.0.0.1:8080 ,这个错误就过去了。具体地址、端口,自己设置public static final String CALLBACK_URL_HOST = "http://127.0.0.1:8080";...
StringEntity s = new StringEntity(json.toString());s.setContentEncoding("UTF-8");这样写,默认ISO_5598_1编码,导致出错。推荐如下写法:StringEntity s = new StringEntity(json.toString(), "UTF-8");
为这个问题搞了一上午,效率太低了。在代码中加一句System.out.println("Constant.APPKEY="+Constant.APPKEY);重新读取Constant.APPKEY值,就好了。
参考:Swagger2 隐藏Models 模块的方法_東刀人-博客就是在swagger2的配置类(比如说Swagger2.class,就是那个有 @B
idea使用了自带的javac 11, 改成自己安装的java8,就好了
修改了常量值(比如Constant.java 里的常量值),直接maven打包的话,往往不能把修改后的常量值打包进去。先clean,再install,就好了
清除一下idea缓存试试
找了好几个,发现这个最好用。请参考:IDEA+Mybatis+Mysql+Swagger 入门练习 - green__ -
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号