上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: 事件监听机制配置在META-INF/spring.factoriesApplicationContextInitializerSpringApplicationRunListenerioc容器中的Applicat... 阅读全文
posted @ 2019-10-07 18:59 杰醍奋 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 当创建完SpringApplication对象之后运行run方法public ConfigurableApplicationContext run(String... args) { StopWatch sto... 阅读全文
posted @ 2019-10-07 18:22 杰醍奋 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 环境准备springboot2.1.9、idea2019、pom.xml解析几个重要的事件回调机制配置在META-INF/spring.factoriesApplicationContextInitializer... 阅读全文
posted @ 2019-10-07 17:29 杰醍奋 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 1、配置文件pom.xml org.springframework.boot spring-boot-starter-data-jdbc ... 阅读全文
posted @ 2019-10-06 13:12 杰醍奋 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 介绍Spring Data 项目的目的是为了简化构建基于Spring 框架应用的数据访问技术,包括非关系数据库、Map-Reduce 框架、云数据服务等等;另外也包含对关系数据库的访问支持。spring官方简化数... 阅读全文
posted @ 2019-10-06 12:13 杰醍奋 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 1、配置文件pom.xml导入mybatis提供的启动器 org.mybatis.spring.boot mybatis-spring-boot-starter ... 阅读全文
posted @ 2019-10-06 11:34 杰醍奋 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 简介Druid首先是一个数据库连接池。Druid是目前最好的数据库连接池,在功能、性能、扩展性方面,都超过其他数据库连接池,包括DBCP、C3P0、BoneCP、Proxool、JBoss DataSource。... 阅读全文
posted @ 2019-10-04 21:42 杰醍奋 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 1、引言对于数据访问层,无论是SQL还是NOSQL,Spring Boot默认采用整合Spring Data的方式进行统一处理,添加大量自动配置,屏蔽了很多设置。引入各种xxxTemplate,xxxReposi... 阅读全文
posted @ 2019-10-04 12:07 杰醍奋 阅读(1007) 评论(0) 推荐(1) 编辑
摘要: 1、简介Spring Boot来简化Spri... 阅读全文
posted @ 2019-09-30 17:43 杰醍奋 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 描述:安装了centos7,发现无法ping通网络,根据一些网上的建议,进行了一些修改,修改配置文件(/etc/sysconfig/network-scripts/ifcfg-enq03 ),但并没有效果。打开虚... 阅读全文
posted @ 2019-09-29 18:08 杰醍奋 阅读(441) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页