问题描述:
在Idea中完成项目编码后,使用Package打包成.jar文件
接下来使用cmd执行java -jar xxx 命令后
报错如下:Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" j…
Cglib 动态代理
本文的写作目的是为了探究 Spring 框架中在使用Transactional标注的方法中使用 this 进行自调用时事务失效的原因,各种视频教程中只是简单指出 this 指向的不是代理类对象,而是目标类对象,但是并没有解释为什么 this 不是代理…