会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
web_kk
博客园
首页
新随笔
联系
订阅
管理
2020年2月17日
test
该文被密码保护。
阅读全文
posted @ 2020-02-17 15:44 web_kk
阅读(0)
评论(0)
推荐(0)
2019年5月30日
Java ArrayList去重
摘要: 在看spring源码org.springframework.boot.autoconfigure.AutoConfigurationImportSelector时发现有如下List去重方法,记录下
阅读全文
posted @ 2019-05-30 21:42 web_kk
阅读(419)
评论(0)
推荐(0)
2019年5月26日
docker安装与基本命令
摘要: 1. docker安装 1) CentOS: sudo yum install docker 2) Ubuntu: sudo apt-get docker.io 2. docker常用命令 1) 镜像下载: docker pull 镜像名 2) 查看本地镜像列表: docker images 3)
阅读全文
posted @ 2019-05-26 18:17 web_kk
阅读(314)
评论(0)
推荐(0)
SpringBoot应用监控
摘要: SpringBoot实战第十一章应用监控笔记 SpringBoot 提供了运行时的应用监控和管理功能,可以通过http,JMX, SSH协议来进行操作 Spring Initializr依赖为 Actuator,Web,HATEOAS 1. 监控和管理端点 2. 定制端点 1) 修改端点id,改变访
阅读全文
posted @ 2019-05-26 11:14 web_kk
阅读(1103)
评论(0)
推荐(0)
2019年4月27日
Spring HandlerMethodReturnValueHandler源码解析
摘要: Spring 4.3.2 Spring的Controller调用业务逻辑返回的Object会经过HandlerMethodReturnValueHandler的转换,接口HandlerMethodReturnValueHandler定义了两个方法 当supportsReturnType返回true时
阅读全文
posted @ 2019-04-27 17:14 web_kk
阅读(1069)
评论(0)
推荐(0)
Spring HandlerMethodArgumentResolver源码解析
摘要: Spring 4.3.2 Spring请求的参数会经过HandlerMethodArgumentResolver的转换,接口HandlerMethodArgumentResolver定义了两个方法 当supportsParameter返回true时会调用resolveArgument转换参数 源代码
阅读全文
posted @ 2019-04-27 16:51 web_kk
阅读(329)
评论(0)
推荐(0)
java.sql.SQLSyntaxErrorException: Table 'test.hibernate_sequence' doesn't exist
摘要: SpringBoot 2.1.4 在使用Spring Data JPA时调用JpaRepository.save(Person)方法保存对象到mysql数据库中的时报错 java.sql.SQLSyntaxErrorException: Table 'test.hibernate_sequence'
阅读全文
posted @ 2019-04-27 16:10 web_kk
阅读(8487)
评论(0)
推荐(0)
java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼
摘要: SpringBoot 2.1.4启动时报错 java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time...... applicat
阅读全文
posted @ 2019-04-27 15:56 web_kk
阅读(1610)
评论(0)
推荐(0)
公告