【SpringBoot項(xiàng)目實(shí)戰(zhàn)】 2020最新在線教育 spring boot分
2023-08-04 10:04 作者:不愛學(xué)習(xí)的豆腐 | 我要投稿

@Bean public MybatisPlusInterceptor mybatisPlusInterceptor() { MybatisPlusInterceptor interceptor = new MybatisPlusInterceptor(); interceptor.addInnerInterceptor(new OptimisticLockerInnerInterceptor()); return interceptor; } 解決樂觀鎖失效 同時(shí)版本號改成<!--mybatis-plus--> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.4.0</version> </dependency>
標(biāo)簽: