Coder Social home page Coder Social logo

springboot-learn's Introduction

1.girl

入门基本配置

2.springboot-fileupload

文件上传:支持上传多个文件,支持图片回显

3.springboot-poi

poi导入导出excel,支持.xls、.xlsx格式    

4.springboot-mybatis-redis-swagger2

  • 整合springboot、mybatis、redis、swagger2

  • 配置druid监控慢sql、响应时长的接口 访问地址:http://localhost:8080/druid/login.html 用户名:admin 密码:admin
    如图:https://ibb.co/cuSZoS

  • 使用swagger2生成文档 访问地址:http://localhost:8080/swagger-ui.html
    如图:https://ibb.co/ftEQv

  • 使用PageHelper插件实现分页

  • 使用logback记录日志

  • 使用redis缓存数据

5.springboot-helloworld

测试war、jar包、jar包和配置文件依赖包分开打包三种部署方式,为springboot内置tomcat设置虚拟目录 

6.springboot-elasticsearch

 springboot整合elasticsearch,提供增删改查简单案例。(可参考慕课网学习视频:https://www.imooc.com/learn/889)

7.springboot-mail

 springboot异步发送邮件:支持发送简单文本、html页面、velocity模板

8.springboot-thumbnail

 springboot-thumbnail: 压缩图片  

9.springboot-maven-multi

 springboot-maven-multi: springboot创建maven多模块项目

10.springboot-dubbo

 springboot-dubbo: springboot整合dubbo

11.springboot-runner

 springboot-runner: springboot项目启动成功后执行一段代码的两种方式
 方法一:实现ApplicationRunner接口
 方法二:实现CommandLineRunner接口
 当实现了多个接口时,可使用Order注解来指定执行顺序,值越小,先执行
 
 参考资料:https://blog.csdn.net/zknxx/article/details/52196427

12.springboot-rabbitmq

 springboot-rabbitmq: springboot整合rabbitmq
 
 参考资料:https://juejin.im/post/59f194e06fb9a0451329ec53

13.springboot-docker

 springboot-docker: 使用docker部署springboot
 构建命令:mvn clean package -Dmaven.test.skip=true docker:build
 参考资料:http://www.ityouknow.com/springboot/2018/03/19/spring-boot-docker.html

14.springboot-session-redis

 springboot-session-redis: springboot整合spring session和redis解决分布式session共享问题
 可参考资料:https://www.cnblogs.com/zuidongfeng/p/10260897.html

15.springboot-http-client

 springboot-http-client: http-client 使用案例, 包括 GET、POST 表单提交,POST 提交 json 类型参数,文件上传
 测试用例:HttpUtilTest

16.demo-spring-boot-starter

 demo-spring-boot-starter: 自定义 starter 示例
 参考资料:https://juejin.im/entry/58d37630570c350058c2c15c#comment

springboot-learn's People

Contributors

linj6 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.