Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带注释的 bean,@Component它<context:component-scan/>使用<context:property-placeholder/>.
@Component
<context:component-scan/>
<context:property-placeholder/>
用 注释字段@Value("propertyName")。
@Value("propertyName")
请参阅相关问题:@Controller 类中的 Spring @Value 注释未评估属性文件中的值