摘要: 添加form表单通过post前期 提交到后端,请求提示403 problem 使用了spring-security,添加form表单通过post前期 提交到后端,请求提示403 solution1 思路: 禁止csrf可以解决问题 默认开启状态 @Configuration @EnableWebSe 阅读全文
posted @ 2022-02-25 16:42 周雪zzz 阅读(179) 评论(0) 推荐(0)
摘要: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory problem 创建了spring工程,设置了bean, 测试时报错: // bean方式创建实例 App 阅读全文
posted @ 2022-02-25 16:41 周雪zzz 阅读(218) 评论(0) 推荐(0)
摘要: Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token found character '@' that cannot start any token. (Do not use 阅读全文
posted @ 2022-02-25 16:41 周雪zzz 阅读(3500) 评论(0) 推荐(0)
摘要: Error:java: Compilation failed: internal java compiler error problem 报错:Error:java: Compilation failed: internal java compiler error 更改了 module-langua 阅读全文
posted @ 2022-02-25 16:40 周雪zzz 阅读(152) 评论(0) 推荐(0)
摘要: [java] springboot thymeleaf模板文件未生效 problem 引入了thymeleaf模板mvn包 但是页面访问只显示返回字符串'index',而不是templates目录下的index.html solutin 原因: 注解不对 @RestController → @Con 阅读全文
posted @ 2022-02-25 16:39 周雪zzz 阅读(116) 评论(0) 推荐(0)
摘要: @data注解语法无法识别 problem @data注解语法无法识别 solution intelli 编译器安装插件 lombok 配置路径:IntelliJ IDEA → preferences->Plugins 阅读全文
posted @ 2022-02-25 16:39 周雪zzz 阅读(290) 评论(0) 推荐(0)
摘要: cannot resolve method getBean(java.lang.String) solution 添加 @Autowired @Autowired public static void main(String[] args) { //获取spring上下文对象 Application 阅读全文
posted @ 2022-02-25 16:39 周雪zzz 阅读(280) 评论(0) 推荐(0)
摘要: [java] @Override is not allowed when implementing interface method error IntelliJ IDEA 报错:@Override is not allowed when implementing interface method 阅读全文
posted @ 2022-02-25 16:38 周雪zzz 阅读(156) 评论(0) 推荐(0)
摘要: org.hibernate.exception.GenericJDBCException: could not execute statement problem hibernate 添加数据报错 reason 数据库字段定义为 not null 字段不能为空 solution 将数据库字段的属性 阅读全文
posted @ 2022-02-25 16:37 周雪zzz 阅读(153) 评论(0) 推荐(0)
摘要: [idea]mac not open mac系统无法打开idea problem mac环境,安装好idea后 配置了vmoptions 重启idea,无法打开 reason jar包没有找到 定位:使用二进制打开ieda 应用程序-IntelliJ-右击-查看包内容 contents-MacOS- 阅读全文
posted @ 2022-02-25 16:33 周雪zzz 阅读(134) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示