Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:NoClassDefFoundError of TransactionFactory #521

Merged
merged 5 commits into from
Jul 6, 2023
Merged

fix:NoClassDefFoundError of TransactionFactory #521

merged 5 commits into from
Jul 6, 2023

Conversation

ZPZP1
Copy link
Contributor

@ZPZP1 ZPZP1 commented Jul 5, 2023

What kind of change does this PR introduce? (check at least one)

  • [ √] Bugfix
  • Feature
  • Code style
  • Refactor
  • Doc
  • Other, please describe:

The description of the PR:
通过隔离配置类保证存在依赖时才会反射类获取工厂方法,不会因为不存在依赖时因为和别的mbd在一个类中,再进行反射获取整个类的工厂方法时出现反射不存在依赖类型的类从而发生反射异常的情况。

Other information:
#514

@huayanYu huayanYu merged commit d8515a3 into baomidou:master Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants