feat: APT 支持从 Resources 目录进行配置 #351
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.





说明
该PR增强了
mybatis-flex.config的配置方式,目前官方文档支持的配置方式:在企业项目开发中,通常会封装一个统一的 ORM 包,希望可以通过统一的框架包来管理默认的配置,而无需在各个项目中都配置一遍(几十个项目全部配置一遍,后续调整非常麻烦)
该 PR 支持在框架层面的 JAR 包
resources目录下添加mybatis-flex.config(/src/main/resources/mybatis-flex.config)配置文件,所有依赖的子项目会自动读取到该配置。