修复升级后的几个BUG
This commit is contained in:
parent
e39f587389
commit
97ad02b56e
|
|
@ -85,8 +85,9 @@
|
|||
<version>7.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-webflux</artifactId>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>okhttp</artifactId>
|
||||
<version>4.12.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.qihangerp.open</groupId>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import org.springframework.context.annotation.Bean;
|
|||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
@Configuration
|
||||
@MapperScan(basePackages = {"cn.qihangerp.sys.mapper","cn.qihangerp.module.mapper"})
|
||||
@MapperScan(basePackages = {"cn.qihangerp.mapper","cn.qihangerp.module.mapper"})
|
||||
public class MybatisPlusConfig {
|
||||
@Bean
|
||||
public MybatisPlusInterceptor mybatisPlusInterceptor() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue