上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 121 下一页

2016年4月20日

(23)Spring Boot启动加载数据CommandLineRunner【从零开始学Spring Boot】

摘要: 【Spring Boot 系列博客】 (0)前言【从零开始学Spring Boot】 :http://412887952-qq-com.iteye.com/blog/2291496 (1)spring boot起步之Hello World【从零开始学Spring Boot】:http://4... 阅读全文

posted @ 2016-04-20 14:24 疯子123 阅读(206) 评论(0) 推荐(0) 编辑

(22)Spring Boot 拦截器HandlerInterceptor【从零开始学Spring Boot】

摘要: 上一篇对过滤器的定义做了说明,也比较简单。过滤器属于Servlet范畴的API,与Spring 没什么关系。 Web开发中,我们除了使用 Filter 来过滤请web求外,还可以使用Spring提供的HandlerInterceptor(拦截器)。HandlerIntercepto... 阅读全文

posted @ 2016-04-20 01:26 疯子123 阅读(199) 评论(0) 推荐(0) 编辑

(21)Spring Boot过滤器、监听器【从零开始学Spring Boot】

摘要: Spring Boot 系列博客】(0)前言【从零开始学Spring Boot】 :http://412887952-qq-com.iteye.com/blog/2291496(1)spring boot起步之Hello World【从零开始学Spring Boot】:http://412... 阅读全文

posted @ 2016-04-20 01:12 疯子123 阅读(171) 评论(0) 推荐(0) 编辑

(20)Spring Boot Servlet【从零开始学Spring Boot】

摘要: Web开发使用 Controller 基本上可以完成大部分需求,但是我们还可能会用到 Servlet、Filter、Listener、Interceptor 等等。当使用Spring-Boot时,嵌入式Servlet容器通过扫描注解的方式注册Servlet、Filter和Servlet规范的... 阅读全文

posted @ 2016-04-20 00:45 疯子123 阅读(254) 评论(0) 推荐(0) 编辑

(19)Spring Boot 添加JSP支持【从零开始学Spring Boot】

摘要: 【来也匆匆,去也匆匆,在此留下您的脚印吧,转发点赞评论; 您的认可是我最大的动力,感谢您的支持】 看完本文章您可能会有些疑问,可以查看之后的一篇博客:81. Spring Boot集成JSP疑问【从零开始学Spring Boot】 -------------------------... 阅读全文

posted @ 2016-04-20 00:08 疯子123 阅读(333) 评论(0) 推荐(0) 编辑

2016年4月19日

(18)使用模板(thymeleaf-freemarker)【从零开始学Spring Boot】

摘要: 整体步骤:(1) 在pom.xml中引入thymeleaf;(2) 如何关闭thymeleaf缓存(3) 编写模板文件.html Spring Boot默认就是使用thymeleaf模板引擎的,所以只需要在pom.x... 阅读全文

posted @ 2016-04-19 19:05 疯子123 阅读(159) 评论(0) 推荐(0) 编辑

(17)Spring Boot普通类调用bean【从零开始学Spring Boot】

摘要: 我们知道如果我们要在一个类使用spring提供的bean对象,我们需要把这个类注入到spring容器中,交给spring容器进行管理,但是在实际当中,我们往往会碰到在一个普通的Java类中,想直接使用spring提供的其他对象或者说有一些不需要交给spring管理,但是需要用到s... 阅读全文

posted @ 2016-04-19 18:30 疯子123 阅读(303) 评论(0) 推荐(0) 编辑

(16)Spring Boot使用Druid(编程注入)【从零开始学Spring Boot】

摘要: 在上一节使用是配置文件的方式进行使用druid,这里在扩散下使用编程式进行使用Druid,在上一节我们新建了一个类:DruidConfiguration我在这个类进行编码: package com.kfit.base.servlet;import java.sql.SQLException;... 阅读全文

posted @ 2016-04-19 17:56 疯子123 阅读(182) 评论(0) 推荐(0) 编辑

(15)Spring Boot使用Druid和监控配置【从零开始学Spring Boot】

摘要: Spring Boot 系列博客】 更多查看博客:http://412887952-qq-com.iteye.com/blog Spring Boot默认的数据源是:org.apache.tomcat.jdbc.pool.DataSource 整体步骤:(1) —— Dr... 阅读全文

posted @ 2016-04-19 17:05 疯子123 阅读(147) 评论(0) 推荐(0) 编辑

2016年4月18日

(14)Spring Boot定时任务的使用【从零开始学Spring Boot】

摘要: 本文介绍在 Spring Boot 中如何使用定时任务,使用非常简单,就不做过多说明了。com.kfit.base.scheduling.SchedulingConfig:package com.kfit.base.scheduling; import org.springframework... 阅读全文

posted @ 2016-04-18 16:03 疯子123 阅读(160) 评论(0) 推荐(0) 编辑

上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 121 下一页

导航