java.lang.ClassCastException: class com.sun.proxy.
P
r
o
x
y
111
c
a
n
n
o
t
b
e
c
a
s
t
t
o
c
l
a
s
s
x
x
x
x
x
x
x
.
m
a
p
p
e
r
.
x
x
x
x
x
x
x
x
x
x
x
x
x
x
x
x
x
x
M
a
p
p
e
r
(
c
o
m
.
s
u
n
.
p
r
o
x
y
.
Proxy111 cannot be cast to class xxxxxxx.mapper.xxxxxxxxxxxxxxxxxxMapper (com.sun.proxy.
P
r
o
x
y
1
1
1
c
a
n
n
o
t
b
e
c
a
s
t
t
o
c
l
a
s
s
x
x
x
x
x
x
x
.
m
a
p
p
e
r
.
x
x
x
x
x
x
x
x
x
x
x
x
x
x
x
x
x
x
M
a
p
p
e
r
(
c
o
m
.
s
u
n
.
p
r
o
x
y
.
Proxy111 and xxxxxxxxxxx.xxxxxMapper are in unnamed module of loader ‘app’)
这是我的报错的信息,在使用 mybatis plus 去进行 mapper.xml去执行的时候,出现的这个异常,这个问题就是因为,我当时创建了2级目录 mapper接口文件在这里,但是我没有扫描到,也就是mybatis 无法进行代理,因为找不到文件,所以我在spring boot 启动类中加上就好了