【发布时间】:2021-02-20 01:57:18
【问题描述】:
我有一个多模块 maven 项目(monorepo),其中有一个配置目录(由 spring 云配置服务器使用),我希望配置 IntelliJ 以使用 spring-boot-configuration 自动完成属性-处理器。
元数据(additional-spring-configuration-metadata.json)在微服务模块中正确生成,但我不知道如何配置 Intellij 以在具有外部化配置的目录中自动完成。这可能吗?
我尝试将普通配置目录设为 maven 模块,并添加 spring facet。
【问题讨论】: