随笔分类 - Spring
摘要:springboot thymeleaf 后端 全局变量 pom.xml 中: <!-- google java lib --> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <vers
阅读全文
摘要:如果没有测试目录的按这个文档新建:https://www.csdn.net/tags/NtzaggxsNDA0NTYtYmxvZwO0O0OO0O0O.html 主要: 1、File->project Structer 点击文件,打开项目结构2、Modules–>Sources–>main右键–>N
阅读全文
摘要:引用:https://www.cnblogs.com/passedbylove/p/11466584.html https://repo.jenkins-ci.org/releases/com/sun/winsw/winsw/ IDEA 下 Maven 打包 1、多项目注意打包报错:Could no
阅读全文
摘要:引用:https://stackoverflow.com/questions/50405838/error-creating-bean-with-name-scopedtarget-oauth2clientcontext-scope-session 我解决的方式就是使用他拉问题中提供的答案就可以解决
阅读全文
摘要:Spring Security 重写多个WebSecurityConfigurerAdapter 系统会报错 Error starting ApplicationContext. To display the conditions report re-run your application wit
阅读全文
摘要:SpringBoot 读取 resources下的文件报错 cannot be resolved to absolute file path because it does not reside in the file system: jar java.io.FileNotFoundExceptio
阅读全文
摘要:腾讯短信SDK 引用有时报 java.lang.NoSuchMethodError: org.json.JSONObject.put(Ljava/lang/String;Ljava/util/Collection;)Lorg/json/JSONObject; 发送短信是会在下面红色处报上面的错: S
阅读全文
摘要:报错: Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionExcep 原因:没有安装redis,安装就可以了
阅读全文
摘要:引用:https://www.jianshu.com/p/4c63b095bcb8 IDEA2019下载:https://download.jetbrains.8686c.com/idea/ideaIU-2019.2.4.exe?_ga=2.185157870.670497870.159909736
阅读全文
摘要:一、IDEA中 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apac
阅读全文
摘要:复制到文件夹好像不行: eclipse 要复制进去才行
阅读全文
摘要:https://www.cnblogs.com/gmq-sh/p/6925283.html https://www.cnblogs.com/blacksonny/p/5846411.html
阅读全文
摘要:org.springframework.boot.web.support.SpringBootServletInitializer 改为: org.springframework.boot.context.web.SpringBootServletInitializer;
阅读全文
摘要:https://blog.csdn.net/yang474231561/article/details/81738632 https://stackoverflow.com/questions/50738459/spring-boot-unregistering-jmx-exposed-beans-
阅读全文
摘要:step 1:检查自己的eclipse版本:在help->About Eclipse中查看: step 2:进入 https://github.com/groovy/groovy-eclipse/wiki查找和自己eclipse对应版本的groovy:(我的是4.4) step 3:拷贝下载地址ht
阅读全文