HotswapProjects / HotswapAgent

Java unlimited redefinition of classes at runtime.
GNU General Public License v2.0
2.33k stars 491 forks source link

better support for mybatis and spring aop support #584

Open gejun123456 opened 3 weeks ago

gejun123456 commented 3 weeks ago

support aop clear cache support mybatis pageHelper interceptor fix mybatis interceptor duplicate loaded issues.

homejim commented 3 weeks ago

Please divide the changes for different plugins into several separate commits. At the same time, add unit tests. Additionally, remove any unnecessary commented-out code

gejun123456 commented 3 weeks ago

Thank you for your suggestions! The primary goal of this PR is to prevent others from duplicating this work. Will improve it later.