Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 807 Bytes

File metadata and controls

20 lines (20 loc) · 807 Bytes

spring-boot

记录学习SpringBoot的过程

  • springboot入门——helloworld
  • springboot简易网页——web
  • springboot中使用Swagger2生成RESTful接口文档——RESTful
  • springboot数据库操作——database
  • springboot安全管理——Spring Security
  • springboot使用缓存——Redis
  • springboot综合——wepapp
  • 附:springboot配置——config

代码环境

  • JDK:1.7
  • IDE:IntelliJ IDEA 20162.5
  • TOMCAT:1.7

参考