摘要:
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
仙路尽头谁为峰
阅读(180)
推荐(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
仙路尽头谁为峰
阅读(184)
推荐(0)
摘要:
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
仙路尽头谁为峰
阅读(157)
推荐(0)
摘要:
<?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
仙路尽头谁为峰
阅读(130)
推荐(0)
摘要:
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
仙路尽头谁为峰
阅读(179)
推荐(0)
摘要:
1.pom.xml <properties> <sonar.exclusions> **/model/*, **/common/*, **/dto/*, **/dao/* </sonar.exclusions> <sonar.jacoco.itReportPath>${project.basedir
阅读全文
posted @ 2020-11-25 15:52
仙路尽头谁为峰
阅读(169)
推荐(0)
摘要:
Spring boot 2.0.2.RELEASE --deduceWebApplicationType--org.springframework.web.reactive.DispatcherHandler/org.springframework.web.servlet.DispatcherSer
阅读全文
posted @ 2020-11-23 11:11
仙路尽头谁为峰
阅读(101)
推荐(0)
摘要:
BeanDefinitionRegistryPostProcessor MapperScannerConfigure -->generate BeanFactory BeanFactoryPostProcessor PropertyPlaceholderConfigure Instantiation
阅读全文
posted @ 2020-11-09 07:33
仙路尽头谁为峰
阅读(410)
推荐(0)
摘要:
public class ExtendMessageConverter extends MessageConverter { @Override public String convert(ILoggingEvent event) { return MessageFormatter.arrayFor
阅读全文
posted @ 2020-10-25 16:06
仙路尽头谁为峰
阅读(1549)
推荐(0)
摘要:
commons-io用于读写文件FileUtils.writeStringToFile,如果自己写可以不用该依赖 1.读取规则 2.依次执行替换 <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId
阅读全文
posted @ 2020-09-15 23:05
仙路尽头谁为峰
阅读(390)
推荐(0)