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