上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 75 下一页
摘要: Spring容器中Bean的作用域 当通过Spring容器创建一个Bean实例时,不仅可以完成Bean实例的实例化,还可以为Bean指定特定的作用域。Spring支持如下5种作用域: singleton:单例模式,在整个Spring IoC容器中,使用singleton定义的Bean将只有一个实例 阅读全文
posted @ 2019-04-22 09:27 panchanggui 阅读(1796) 评论(0) 推荐(0) 编辑
摘要: 1、找到实现一个类或者接口子类的快捷键 ctrl + B父类或父方法定义 ctrl + alt + B子类或子方法实现 2、跳转上次 下次 操作 ctrl + alt + --> / <-- 阅读全文
posted @ 2019-04-17 11:00 panchanggui 阅读(224) 评论(0) 推荐(0) 编辑
摘要: @ConfigurationProperties给属性映射值编写JavaBean/** 将配置文件application.properties中配置的每一个属性值映射到当前类的属性中;* @ConfigurationProperties:告诉springboot将本类中所有属性和配置文件中相关的配置 阅读全文
posted @ 2019-04-17 09:54 panchanggui 阅读(1396) 评论(0) 推荐(0) 编辑
摘要: @Component注解表明是组件,可被自动发现,@ConfigurationProperties注解之前是location属性表明配置文件位置,prefix表示读取的配置信息的前缀,但新版本中废除了location属性(网上说是1.5.2之后),故只写前缀,默认读取application.yml中 阅读全文
posted @ 2019-04-17 09:42 panchanggui 阅读(4536) 评论(0) 推荐(0) 编辑
摘要: SpringData Jdbc 阅读全文
posted @ 2019-04-15 16:58 panchanggui 阅读(196) 评论(0) 推荐(0) 编辑
摘要: SpringData JPA 阅读全文
posted @ 2019-04-15 16:31 panchanggui 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 对称加密与非对称加密 阅读全文
posted @ 2019-04-15 16:28 panchanggui 阅读(360) 评论(0) 推荐(0) 编辑
摘要: Stream消息驱动 阅读全文
posted @ 2019-04-15 16:24 panchanggui 阅读(159) 评论(0) 推荐(0) 编辑
摘要: Bus消息总线 阅读全文
posted @ 2019-04-15 16:23 panchanggui 阅读(119) 评论(0) 推荐(0) 编辑
摘要: springboot 参数配置 阅读全文
posted @ 2019-04-15 16:19 panchanggui 阅读(1313) 评论(0) 推荐(0) 编辑
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 75 下一页