欢迎访问『www.cnblogs.com/blog-ice』
  2020年12月31日
摘要: @RunWith(MockitoJUnitRunner.class) @TestPropertySource("classpath:application-test.properties") public class DemoTest{ @InjectMocks private Service se 阅读全文
posted @ 2020-12-31 17:22 仙路尽头谁为峰 阅读(172) 评论(0) 推荐(0) 编辑
  2020年12月24日
摘要: 1.import MultiThreadTransactionManager.java2.DI PlatformTransactionManager3.new MultiThreadTransactionManager<>(transactionManager)4.addTask()5.execut 阅读全文
posted @ 2020-12-24 14:49 仙路尽头谁为峰 阅读(553) 评论(0) 推荐(0) 编辑
  2020年12月8日
摘要: dbType=bit dbValue=null|0|1 javaType=boolean javaValue=false|false|true javaType=Boolean javaValue=null|false|true dbType=tinyint dbValue=null|0|not 0 阅读全文
posted @ 2020-12-08 13:39 仙路尽头谁为峰 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1.Batch update top 10 2.Backup table 3.Add/Alter column and PK 4.Create/Replace Index 5.Dynamic Create/Replace sequence 6.Create/Replace Stored Proced 阅读全文
posted @ 2020-12-08 13:08 仙路尽头谁为峰 阅读(169) 评论(0) 推荐(0) 编辑
  2020年12月3日
摘要: 5 7 11 1.Creativeness 1.1 Singleton private static class InnerClass{ new Singleton()} 1.2 Prototype 实现Cloneable 使用ObjectxxxputStream ByteArrayxxxputSt 阅读全文
posted @ 2020-12-03 12:02 仙路尽头谁为峰 阅读(151) 评论(0) 推荐(0) 编辑
  2020年11月26日
摘要: <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:s 阅读全文
posted @ 2020-11-26 17:53 仙路尽头谁为峰 阅读(122) 评论(0) 推荐(0) 编辑
  2020年11月25日
摘要: 1.settings.xml <servers> <server> <id>xxx-releases</id> <username>xx</username> <password>xxx</password> </server> <server> <id>xxx-snapshots</id> <us 阅读全文
posted @ 2020-11-25 17:42 仙路尽头谁为峰 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 1.pom.xml <properties> <sonar.exclusions> **/model/*, **/common/*, **/dto/*, **/dao/* </sonar.exclusions> <sonar.jacoco.itReportPath>${project.basedir 阅读全文
posted @ 2020-11-25 15:52 仙路尽头谁为峰 阅读(164) 评论(0) 推荐(0) 编辑
  2020年11月23日
摘要: Spring boot 2.0.2.RELEASE --deduceWebApplicationType--org.springframework.web.reactive.DispatcherHandler/org.springframework.web.servlet.DispatcherSer 阅读全文
posted @ 2020-11-23 11:11 仙路尽头谁为峰 阅读(93) 评论(0) 推荐(0) 编辑
  2020年11月9日
摘要: BeanDefinitionRegistryPostProcessor MapperScannerConfigure -->generate BeanFactory BeanFactoryPostProcessor PropertyPlaceholderConfigure Instantiation 阅读全文
posted @ 2020-11-09 07:33 仙路尽头谁为峰 阅读(397) 评论(0) 推荐(0) 编辑
这里是自由发挥的天堂