application.properties
@ConfigurationProperties("jdbc")
@EnableConfigurationProperties(JdbcProperties.class)
此方式适用于在多处需要使用相同属性
只需要在方法上使用@ConfigurationProperties("jdbc")注解 此方式适用于只需在某处使用属性