摘要:
今天在使用TK mybatis 插件时出现了一个奇怪的现象,当我调用selectByPrimaryKey(7)时,mybatis的sql日志打印为如下所示 > Preparing SELECT id,a, b, c FROM test WEHER id =? and a = ? and b = ? 阅读全文
摘要:
@PostConstruct注解使用 @PostConstructApi使用说明 The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done 阅读全文