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(Util): ClassUtil 未正确过滤Jar文件的类ClassUtil #3

Merged
merged 1 commit into from
Mar 7, 2021

Conversation

zhou-fuyi
Copy link
Contributor

ClassUtil 未正确过滤Jar文件的类,即只需要获取到 bootClass 所在包(当前路径以及子路径)下的类文件即可;当下实际情况会获取到Jar包中所有的 class 文件。

本次修改使用basePath作为条件进行过滤

ClassUtil 未正确过滤Jar文件的类,即只需要获取到 bootClass 所在包(当前路径以及子路径)下的类文件即可;当下实际情况会获取到Jar包中所有的 class 文件。

本次修改使用basePath作为条件进行过滤
@zzzzbw zzzzbw merged commit f057017 into zzzzbw:master Mar 7, 2021
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.

2 participants