springboot (7) automatically map profile

SpringBoot automatically mapped to comment property profile and entity class

  • Controller configuration above
@Component
@PropertySource({"classpath:application.properties"})
@ConfigurationProperties
  • The above configuration property
@Value("${test.name}")

Guess you like

Origin www.cnblogs.com/xeclass/p/12635245.html