上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 75 下一页
摘要: 1、找到实现一个类或者接口子类的快捷键 ctrl + B父类或父方法定义 ctrl + alt + B子类或子方法实现 2、跳转上次 下次 操作 ctrl + alt + --> / <-- 阅读全文
posted @ 2019-04-17 11:00 panchanggui 阅读(230) 评论(0) 推荐(0)
摘要: @ConfigurationProperties给属性映射值编写JavaBean/** 将配置文件application.properties中配置的每一个属性值映射到当前类的属性中;* @ConfigurationProperties:告诉springboot将本类中所有属性和配置文件中相关的配置 阅读全文
posted @ 2019-04-17 09:54 panchanggui 阅读(1406) 评论(0) 推荐(0)
摘要: @Component注解表明是组件,可被自动发现,@ConfigurationProperties注解之前是location属性表明配置文件位置,prefix表示读取的配置信息的前缀,但新版本中废除了location属性(网上说是1.5.2之后),故只写前缀,默认读取application.yml中 阅读全文
posted @ 2019-04-17 09:42 panchanggui 阅读(4617) 评论(0) 推荐(0)
摘要: SpringData Jdbc 阅读全文
posted @ 2019-04-15 16:58 panchanggui 阅读(200) 评论(0) 推荐(0)
摘要: SpringData JPA 阅读全文
posted @ 2019-04-15 16:31 panchanggui 阅读(227) 评论(0) 推荐(0)
摘要: 对称加密与非对称加密 阅读全文
posted @ 2019-04-15 16:28 panchanggui 阅读(368) 评论(0) 推荐(0)
摘要: Stream消息驱动 阅读全文
posted @ 2019-04-15 16:24 panchanggui 阅读(164) 评论(0) 推荐(0)
摘要: Bus消息总线 阅读全文
posted @ 2019-04-15 16:23 panchanggui 阅读(126) 评论(0) 推荐(0)
摘要: springboot 参数配置 阅读全文
posted @ 2019-04-15 16:19 panchanggui 阅读(1323) 评论(0) 推荐(0)
摘要: 参数配置 阅读全文
posted @ 2019-04-15 16:11 panchanggui 阅读(1002) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 75 下一页