gpt4 book ai didi

Intellij 无法解析 Spring bean 范围租户

转载 作者:行者123 更新时间:2023-12-05 00:32:54 26 4
gpt4 key购买 nike

我的 Intellij IDE 告诉我无法解析我的 Bean 定义的范围“租户”。

虽然它不会阻止我部署和运行我的应用程序,但它看起来有点乱。我有没有办法告诉 Intellij 如何解决这个问题?

我试过添加 核心服务器.jar ,这是包含 的 jar租户范围 类,到我的模块的依赖项,但这不起作用。

Intellij 的检查显示了该错误 ' Spring 范围' .我必须让这个检查以某种方式知道租户范围是在另一个模块的 XML 文件中声明的。我还尝试将这个其他模块添加为 的依赖项。 petsplacecore 模块,但这也不起作用。

这是我的屏幕的样子:

enter image description here

租户范围在模块 中声明yaccelerator店面 , 在文件 网络应用程序配置.xml , 像这样:

    <bean class="org.springframework.beans.factory.config.CustomScopeConfigurer">
<property name="scopes">
<map>
<entry key="tenant" value="de.hybris.platform.spring.TenantScope"/>
</map>
</property>
</bean>

最佳答案

如果我将 2 个 Spring Configuration 文件添加到 Petsplacecore 的 Spring Facet 中的同一个 Fileset 中,则可以找到对 Tenant Scope 声明的引用。

如下图所示:

enter image description here

关于Intellij 无法解析 Spring bean 范围租户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12743781/

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