# spring-boot-demo **Repository Path**: dvj/spring-boot-demo ## Basic Information - **Project Name**: spring-boot-demo - **Description**: 学习SpringBoot的小demo - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-18 - **Last Updated**: 2021-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: 学习项目 ## README # spring-boot-demo 从零开始学习SpringBoot ## 项目简介 > [hello-world](./hello-world) >> 基本的SpringBoot的使用,**application.yml**修改了访问端口为18080(默认8080) > > 本地访问 http://localhost:18080/hello > [mybatis-plus](./mybatis-plus) >> 基本的mybatis-plus的使用:通用Mapper、Service、ActiveRecord 形式调用、代码生成器等 > > [官方文档](https://baomidou.com/) > [redis](./redis) >> ... > [security](./security) >> ...