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