问答详情
源自:3-2 Spring Boot 多模块 Spring Boot 项目

关于多模块依赖

persistence 依赖 model , web 依赖 persistence

web 就能间接的依赖 madel 我怎么实现不了呢?

model.User要分别开发于web和model两个模块中吗?

提问者:慕沐2382042 2019-07-05 12:36

个回答

  • 江协伟
    2019-07-14 20:02:02

    理论上是必须依赖的,你看看是不是依赖的optional设置为true了