摘要: @Component @PropertySource("classpath:my2.properties") @ConfigurationProperties(prefix = "my2") public class MyProperties2 { private int age; private String name; private String email; ... 阅读全文
posted @ 2018-12-13 16:05 爱吃醋的工程师 阅读(257) 评论(0) 推荐(0)
摘要: org.springframework.boot spring-boot-configuration-processor true 阅读全文
posted @ 2018-12-13 15:25 爱吃醋的工程师 阅读(129) 评论(0) 推荐(0)
摘要: public local private nexus http://maven.aliyun.com/nexus/content/groups/public/ true public local private nexus http://maven.aliyun.com/nexus/content/groups/public/ ... 阅读全文
posted @ 2018-12-13 13:52 爱吃醋的工程师 阅读(181) 评论(0) 推荐(0)