SpringBootSpringBoot配置热部署后mybatis报错this web application instance has been stopped already. Could not load [mybatis/mapper/] 目前这个项目快完了,才想起来弄下热部署,也是为以后项目方便吧,按照网上的教程 1.在pom文件里增加依赖 <!-- 热部署 --> <dependency> <group... 2019年7月24日 浏览量:2,977 次 发表评论 阅读全文
SpringBoot使用Apollo报错for env UNKNOWN from com.ctrip.framework.apollo.internals.DefaultMetaServerProvider 其实也不是报错,就是没有找到env这个值而已,测试不影响使用。。但考虑到实际项目中肯定会设置多个env来切换配置,所以这个问题还是得解决。 Located meta server address ht... 2019年7月23日 Apollo 浏览量:4,664 次 发表评论 阅读全文
Spring Security Oauth2.0调用check_token接口报错401 Unauthorized的解决方法 Spring Security Oauth2.0里帮我们封装了check_token接口,但是调用时报错 "status": 401, "error": "Unauthorized", "messag... 2019年3月5日 Spring Security 浏览量:5,987 次 发表评论 阅读全文
intellij idea中设置了server.port后不起作用,启动tomcat还是8080端口 intellij idea中设置了server.port后启动tomcat还是8080端口,但是另外一个工程就可以。网上的方法对我都不适用。最后排除了很多才发现原因。 原因是因为这个工程里使用了red... 2019年2月20日 IntelliJ IDEA 浏览量:4,561 次 发表评论 阅读全文
Spring Security Oauth2.0报错Authentication is required to obtain an access token (anonymous not allowed) Spring Security Oauth2.0报错 org.springframework.security.authentication.InsufficientAuthenticationExc... 2019年1月10日 Spring Security 浏览量:2,541 次 发表评论 阅读全文
Spring Security Oauth2.0报错localhost将您的重定向次数过多 Spring Security Oauth2.0访问/oauth/authorize认证完成后返回到redirect_uri时报错localhost将您的重定向次数过多 debug看了下,出现这个问题... 2019年1月8日 Spring Security 浏览量:5,011 次 发表评论 阅读全文
Spring SecuritySpring Security Oauth2.0获取token报错invalid_client Bad client credentials Spring Security Oauth2.0获取token报错如下: { "error": "invalid_client", "error_description": "Bad client c... 2019年1月8日 浏览量:12,459 次 发表评论 阅读全文
Spring Security Oauth2.0 报错java.lang.IllegalArgumentException: There is no PasswordEncoder mapped for the id “null” Spring Security Oauth2.0 报错java.lang.IllegalArgumentException: There is no PasswordEncoder mapped fo... 2019年1月7日 Spring Security 浏览量:1,447 次 发表评论 阅读全文
运行spring security oauth2.0 github上的例子里报错找不到spring-security-oauth2:jar:2.3.5.BUILD-SNAPSHOT 在官网上下载了spring security oauth2.0的例子,但是运行samples\oauth2\里的sparklr项目时,报错如下: The requested profile "spri... 2019年1月3日 Spring Security 浏览量:1,348 次 发表评论 阅读全文