# springboot1.5.4 **Repository Path**: wyait/springboot1.5.4 ## Basic Information - **Project Name**: springboot1.5.4 - **Description**: springboot 1.5.4版本从入门到实践 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: http://blog.51cto.com/wyait/1966302 - **GVP Project**: No ## Statistics - **Stars**: 13 - **Forks**: 4 - **Created**: 2017-09-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring boot 1.5.4 Spring Boot四个重要核心: 自动配置:针对很多Sping应用程序常见的应用功能,Spring Boot能自动提供相关配置; 起步依赖:告诉Spring Boot需要什么功能,它就能引入需要的库; 命令行界面:这是Spring Boot的可选特性,借此你只需写代码就能完成完整的应用程序,无需传统项目构建(实际开发中,可用性小); Actuator:让你能够深入运行中的SpringBoot应用程序的开发,一探究竟。 项目说明: [ **springboot** ](https://gitee.com/wyait/springboot1.5.4.git):[spring boot 1.5.4概述、原理、自动配置、起步依赖等简介demo;http://blog.51cto.com/wyait/1944677](http://blog.51cto.com/wyait/1944677) [ **spring-boot-jsp** ](https://gitee.com/wyait/springboot1.5.4.git):[spring boot整合jsp、热部署devTools、日志配置、统一异常处理、整合jdbc、整合spring-Data-JPA、整合Swagger2构建Restful API、定时任务、整合redis;http://blog.51cto.com/wyait/1966573](http://blog.51cto.com/wyait/1966573); [ **spring-boot-mybatis** ](https://gitee.com/wyait/springboot1.5.4.git):[spring boot 1.5.4整合mybatis方式一:引入外部资源配置方式整合mybatis,方便对mybatis灵活控制;http://blog.51cto.com/wyait/1969626](http://blog.51cto.com/wyait/1969626); [ **mybatis-spring-boot** ](https://gitee.com/wyait/springboot1.5.4.git):[spring boot 1.5.4整合mybatis方式二,使用mybatis官方提供的spring-boot整合的方式,方便快捷;spring boot日志配置log4j2;spring boot整合druid数据库连接池;http://blog.51cto.com/wyait/1969626](http://blog.51cto.com/wyait/1969626); http://blog.51cto.com/wyait/1969626 [ **ws-server** ](https://gitee.com/wyait/springboot1.5.4.git):[spring boot 1.5.4整合webService服务端;http://blog.51cto.com/wyait/1970033](http://blog.51cto.com/wyait/1970033); [ **ws-client** ](https://gitee.com/wyait/springboot1.5.4.git):[spring boot 1.5.4整合webService客户端;http://blog.51cto.com/wyait/1970033](http://blog.51cto.com/wyait/1970033); [ **wyait-redis** ](https://gitee.com/wyait/springboot1.5.4.git):[spring boot 1.5.9整合redis;包含redis封装的API工具类和缓存管理的注解配置和使用;http://blog.51cto.com/wyait/2048478](http://blog.51cto.com/wyait/2048478);