xuwujing / springBoot-study

SpringBoot学习的相关工程并辅以博文讲解。主要包括入门的Hello World、自定义配置的获取、集成mybatis的xml和注解使用、集成jpa的使用、集成druid进行项目的监控、事物实战使用, 项目打包、使用logback日志文件管理、添加过滤器和拦截器、多数据源、Restful风格的服务、集成elasticsearch、redis、netty、集成jsp和thymeleaf、集成storm、kafka等相关技术。
Apache License 2.0
1.61k stars 819 forks source link
spring-boot spring-boot-thymeleaf springboot-actuator springboot-demo springboot-druid springboot-elasticsearch springboot-jsp springboot-jsp-thymeleaf springboot-kafka-storm springboot-mybatis springboot-netty springboot-netty-protobuf springboot-redis springboot-study

springBoot-study

springBoot-study 是本人在学习SpringBoot的一些工程!

下载地址

GitHub工程地址:https://github.com/xuwujing/springBoot-study

码云工程地址:https://gitee.com/XuWuJing/springBoot-study

使用说明

下载

git clone https://github.com/xuwujing/springBoot-study.git

使用

秉着开箱即用的原则,这些工程只需下载之后,更改相应的配置(MySql、Es、Redis等地址配置),运行main方法,即可启动!

工程说明

SpringBoot系列博客: