问答详情
源自:5-1 SpringBoot 资源文件属性配置

yml 配置文件怎么弄

resource.properties 文件我用 resource.yml  

@Configuration
@ConfigurationProperties(prefix = "com.kelegele.opensource")
@PropertySource(value = "classpath:resource.yml")

这是失败的!


怎么弄呀

提问者:可了个乐 2018-11-21 22:36

个回答

  • 慕先生1201269
    2018-11-21 23:39:09

    你的 yml文件里面是怎么写的?