(三)SpringBoot 配置文件自动映射到属性和实体类

2022-06-28  本文已影响0人  丛鹏

1.新建属性class 

    @Component

    @PropertySource({"classpath:application.properties"})

    @ConfigurationProperties(prefix="test")

2.寻找配置文件classpath:application.properties ,过滤前缀“ prefix="test" ”

引用

上一篇下一篇

猜你喜欢

热点阅读