12 2023 档案
摘要:划水。。。 CommandLineRunner、ApplicationRunner、InitializingBean、@PostConstruct 执行顺序 InitializingBean 是 Spring 提供的一个接口,它只有一个方法 afterPropertiesSet(),该方法会在容器初
阅读全文
摘要:1 在mysql 5.7 支持json类型,那么在表实体是怎么运用的 在mybatis-plus 中有相关的handler /** * Jackson 实现 JSON 字段类型处理器 * * @author hubin * @since 2019-08-25 */ @Slf4j @MappedTyp
阅读全文