flanliulf / learningspringboot-helloworld

第一个 Spring Boot web 项目

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Spring Boot 系列

系列介绍

Learning Spring Boot 是一个系统介绍、学习并实战 Spring Boot 的项目,预计包含子项目 xx 个, 当前完成 1 个。

开发环境

  • JDK 1.8 +
  • Maven 3.5 +
  • IntelliJ IDEA ULTIMATE 2018.2 + (注意:务必使用 IDEA 开发,同时保证安装 lombok 插件)
  • Mysql 5.7 + (强制要 5.7 版本以上,因为 5.7 版本加了一些新特性,同时不向下兼容。本系列未在 5.7 以下版本进行测试,不保证向下兼容性)

分支说明

  • master 分支:基于 Spring Boot 版本 2.1.9.RELEASE,不支持 Spring Boot 1.x 版本。

运行方式

  • 从 github 克隆项目到本地: git clone git@github.com:flanliulf/learningspringboot-helloworld.git
  • 使用 IDEA 打开下载的项目;
  • maven 自动 import 依赖;
  • 找到各个项目的 启动 Application 主类运行即可。

系列计划

Spring Boot 入门

Spring Boot Web

Spring Boot 数据库

  • to be continued

Spring Boot 缓存

  • to be continued

Spring Boot 日志

  • to be continued

Spring Boot 安全

  • to be continued

Spring Boot 监控

  • to be continued

Spring Boot 消息队列

  • to be continued

Spring Boot 搜索

  • to be continued

License

Spring Boot 官方 starter 一览

友情链接

广告

About

第一个 Spring Boot web 项目


Languages

Language:Java 100.0%