特牛生活网

springboot整合mybats-plus和lombok实现一对多和延迟加载_springboot延迟加载数据源-CSDN博客

网友收藏
文章浏览阅读229次。configuration: map-underscore-to-camel-case: false cache-enabled: true #配置的缓存的全局开关 lazyLoadingEnabled: true #延时加载的开关 multipleResultSetsEnabled: true #开启的话,延时加载一个属性时会加载该对象全部属性,否则按需加载属性 log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql.._springboot延迟加载数据源