随笔分类 -  Java-Spring系列

摘要:https://www.baeldung.com/spring-expression-language 1. Overview The Spring Expression Language (SpEL) is a powerful expression language that supports 阅读全文
posted @ 2022-09-03 10:39 multitude 阅读(52) 评论(0) 推荐(0) 编辑
摘要:mvn test -Dmaven.surefire.debug -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 阅读全文
posted @ 2021-02-09 15:41 multitude 阅读(266) 评论(0) 推荐(0) 编辑
摘要:最近调试springboot的启动过程.看各种事件. ServletWebServerApplicationContext.onRefresh -->createWebServer() -->this.webServer = factory.getWebServer(getSelfInitializ 阅读全文
posted @ 2020-08-12 13:35 multitude 阅读(275) 评论(0) 推荐(0) 编辑
摘要:Springboot2.0.3 release.jar spring.factories //////////////////////////////////////////////////////////////////////////////////////////// # PropertySo 阅读全文
posted @ 2020-08-11 20:15 multitude 阅读(437) 评论(0) 推荐(0) 编辑
摘要:单体测试测试环境ci上报这个错, 本地没问题. org.hamcrest.Matcher.describeMismatch(Ljava/lang/Object;Lorg/hamcrest/Description;)V 基本确定是环境问题. 因为本地用idea跑, 服务器用maven跑. google 阅读全文
posted @ 2019-04-22 18:44 multitude 阅读(762) 评论(0) 推荐(0) 编辑
摘要:写一下最近写单体测试的一些笔记. SrpingBoot的测试用例: 如果需要加其他配置, 可以使用SrpingBoot的Configuration, 来引入其他资源, 比如本次就引入了excel作为配置文件. 之所以选择excel,是因为exce可以作为嵌入式数据库来用,编辑数据方便灵活,没有其他嵌 阅读全文
posted @ 2019-03-11 13:17 multitude 阅读(2534) 评论(0) 推荐(0) 编辑
摘要:在Dubbo, MySQL JDBC,SpringBoot中见过SPI,各自有各自实现. 先记一笔SPI, ServiceProviderInterface SpringBoot的Loader https://blog.csdn.net/qq_27529917/article/details/808 阅读全文
posted @ 2018-12-27 14:04 multitude 阅读(277) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示