欢迎光临!
登录
  • 设置菜单

ZPY博客

JAVA架构师之路

×
MENU
  • Java基础
    • Java
    • jquery
    • Java多线程
    • mysql
    • oracle
    • mybatis
    • 设计模式
    • 计算机底层
  • Spring相关
    • Spring
    • thymeleaf
    • SpringBoot
    • Spring Security
    • SpringCloud
    • Spring Cloud Gateway
  • 分布式相关
    • 全文检索
    • 消息中间件
    • 缓存
    • Apollo
    • Hadoop
    • 分库分表
    • Sentinel
    • zipkin
  • 前端相关
    • ajax
    • FreeMarker
    • html5
    • css
    • php
    • android
    • app
    • angular
    • ng-zorro
    • Vue
    • ionic
    • cordova
    • 微信公众号
    • 微信小程序
  • 工具相关
    • cron
    • eclipse
    • IntelliJ IDEA
    • git
    • gitLab
    • jenkins
    • nexus
    • samba
    • maven
    • mac
    • linux
    • wordpress
  • 资源下载
    • 音乐下载
    • 电视剧下载
    • 电影下载
    • 小说下载
  • 其它
    • 海外主机
    • 股票
    • 工作流引擎
    • 爬虫
    • IT用英语单词
首页报错文章
SpringBoot配置热部署后mybatis报错this web application instance has been stopped already. Could not load [mybatis/mapper/] SpringBoot

SpringBoot配置热部署后mybatis报错this web application instance has been stopped already. Could not load [mybatis/mapper/]

目前这个项目快完了,才想起来弄下热部署,也是为以后项目方便吧,按照网上的教程 1.在pom文件里增加依赖 <!-- 热部署 --> <dependency> <group...
2019年7月24日 浏览量:3,209 次 发表评论
阅读全文

SpringBoot使用Apollo报错for env UNKNOWN from com.ctrip.framework.apollo.internals.DefaultMetaServerProvider

其实也不是报错,就是没有找到env这个值而已,测试不影响使用。。但考虑到实际项目中肯定会设置多个env来切换配置,所以这个问题还是得解决。 Located meta server address ht...
2019年7月23日 Apollo 浏览量:5,016 次 发表评论
阅读全文

Spring Security Oauth2.0调用check_token接口报错401 Unauthorized的解决方法

Spring Security Oauth2.0里帮我们封装了check_token接口,但是调用时报错 "status": 401, "error": "Unauthorized", "messag...
2019年3月5日 Spring Security 浏览量:6,159 次 发表评论
阅读全文

intellij idea中设置了server.port后不起作用,启动tomcat还是8080端口

intellij idea中设置了server.port后启动tomcat还是8080端口,但是另外一个工程就可以。网上的方法对我都不适用。最后排除了很多才发现原因。 原因是因为这个工程里使用了red...
2019年2月20日 IntelliJ IDEA 浏览量:4,740 次 发表评论
阅读全文

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,966 次 发表评论
阅读全文

Spring Security Oauth2.0报错localhost将您的重定向次数过多

Spring Security Oauth2.0访问/oauth/authorize认证完成后返回到redirect_uri时报错localhost将您的重定向次数过多 debug看了下,出现这个问题...
2019年1月8日 Spring Security 浏览量:5,282 次 发表评论
阅读全文
Spring Security Oauth2.0获取token报错invalid_client Bad client credentials Spring Security

Spring 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,722 次 发表评论
阅读全文

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,809 次 发表评论
阅读全文

运行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,481 次 发表评论
阅读全文

文章导航

第 1 页 第 2 页 第 3 页 第 4 页

全部热门文章

  • 2022狂飙全集1080P迅雷下载2022狂飙全集1080P迅雷下载02/25 浏览量:20,231 次
  • 海贼王[one_piece][1051][720p].mp4迅雷下载海贼王[one_piece][1051][720p].mp4迅雷下载03/31 浏览量:4,358 次
  • mac版tvbox安装及配置mac版tvbox安装及配置06/07 浏览量:3,355 次
  • 海贼王[One Piece][1050][ViuTV][WEB-RIP][CHT][SRT][1080p][AVC AAC].mkv迅雷下载海贼王[One Piece][1050][ViuTV][WEB-RIP][CHT][SRT][1080p][AVC AAC].mkv迅雷下载03/31 浏览量:3,323 次
  • 可能-程响.mp3百度云下载可能-程响.mp3百度云下载04/29 浏览量:2,362 次

近期热门文章

  • 在springboot中,@Async使用的默认线程池的核心线程参数是多少?在springboot中,@Async使用的默认线程池的核心线程参数是多少?04/14 浏览量:28 次

热评文章

  • Cursor启动gradle的springboot项目成功,但Mybatis 报错`Parameter '0' not found. Available parameters are [arg1, arg0, param1, param2]` Cursor启动gradle的springboot项目成功,但Mybatis 报错`Parameter ‘0’ not found. Available parameters are [arg1, arg0, param1, param2]` 03/28
  • 在springboot中,@Async使用的默认线程池的核心线程参数是多少? 在springboot中,@Async使用的默认线程池的核心线程参数是多少? 04/14

随机文章

  • Cursor启动gradle的springboot项目成功,但Mybatis 报错`Parameter '0' not found. Available parameters are [arg1, arg0, param1, param2]` Cursor启动gradle的springboot项目成功,但Mybatis 报错`Parameter ‘0’ not found. Available parameters are [arg1, arg0, param1, param2]` 03/28 浏览量:63 次
  • SpringBoot注解中属性实现动态配置 SpringBoot注解中属性实现动态配置 06/29 浏览量:2,782 次
  • Jenkins自动化部署-后端篇(SpringBoot项目) Jenkins自动化部署-后端篇(SpringBoot项目) 09/30 浏览量:1,348 次
  • SpringBoot ajax Required request body is missing SpringBoot ajax Required request body is missing 08/03 浏览量:1,401 次
  • SpringBoot conflicts with existing, non-compatible bean definition of same name and class 的解决办法 SpringBoot conflicts with existing, non-compatible bean definition of same name and class 的解决办法 08/08 浏览量:5,890 次
Copyright ©  zpy博客  版权所有.

登录 找回密码

输入用户名或电子邮箱地址,您会收到一封新密码链接的电子邮件。

  • 文章目录
  • 繁