1 使用@ConfigurationProperties(prefix = "persion")默认从全局配置文件中找

2 使用@Value("${persion.name}")

3 两者比较

image.png

4乱码问题

  spring.thymeleaf.cache=false
  #spring.thymeleaf.mode=LEGACYHTML5
 spring.thymeleaf.encoding=utf-8

5 加载制定配置文件

(1)@PropertySource(value={"classpath:persion.properties"})
(2)@ImportResource((locations={"classpath:persion.properties"})导入spring的配置文件,让其生效
(3)使用@Configuration

image.png


真理求知者
4 声望0 粉丝

在黑暗在探索光明,在迷茫中寻找真理!