gpt4 book ai didi

spring-boot - Springdoc 与多模块 gradle

转载 作者:行者123 更新时间:2023-12-03 05:23:31 26 4
gpt4 key购买 nike

我正在尝试在多模块 gradle 项目中使用 Springdoc,但我无法使其工作。
有人已经做过类似的事情了吗?
我的 Gradle 项目结构如下所示:
我的项目

  • 申请
  • 模块1
  • 接口(interface)
  • 域名
  • 存储库

  • 模块2
  • 同模块1


  • Application 模块依赖于每个模块项目
    implementation group: 'org.springframework.boot', name: 'spring-boot-starter', version: springBootVersion在 API 子模块上有: implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: springStarterWeb implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.4.2'

    最佳答案

    这是使用 gradle 的多模块项目示例应用程序的链接。
    它包含使用 springdoc-openapi-ui 和 springdoc-openapi-mvc-core 的 gradle 多模块项目的不同类型的配置。

  • https://github.com/springdoc/springdoc-openapi-demos/tree/master/sample-springdoc-openapi-microservices

  • 你可以看到 gradle 上的配置是如何完成的。

    关于spring-boot - Springdoc 与多模块 gradle,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62634692/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com