随笔分类 - java / spring
摘要:rabbitmq mail邮件 线程池 oss 。。 server: port: 8089 spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/sunshin
阅读全文
摘要:简单demo 配置yml test: property: name: zhangsan age: 15 配置属性类 @Component @Data @ConfigurationProperties(prefix = "test.property") public class TestPropert
阅读全文