alibaba / pont

🌉数据服务层解决方案
MIT License
3.03k stars 254 forks source link

fix generating duplicate modules #416

Closed FrankCheungDev closed 7 months ago

FrankCheungDev commented 7 months ago

What kind of change does this PR introduce(这个 PR 引入了什么样的变化)?

Does this PR introduce a breaking change(这次 PR 引入了一个重大变化吗)?

If yes, please describe the impact and migration path for existing applications(如果是,请描述现有应用程序的影响和迁移路径):

The PR fulfills these requirements(PR 符合以下要求)

Other information(其他信息)

  1. 默认模块抽取为常量
  2. 完善生成api默认tag的逻辑
  3. 修复重复生成默认的swagger tag导致生成重复接口模块的问题