diff --git a/README.md b/README.md index 2d9b99a36..c0fa6bfa3 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ ### 开源推荐 + + - `JustAuth`:史上最全的整合第三方登录的开源库,https://github.com/justauth/JustAuth - `Mica`:SpringBoot 微服务高效开发工具集,https://github.com/lets-mica/mica - `awesome-collector`:https://github.com/P-P-X/awesome-collector @@ -142,14 +144,15 @@ | [demo-flyway](./demo-flyway) | spring boot 集成 Flyway,项目启动时初始化数据库表结构,同时支持数据库脚本版本控制 | | [demo-ureport2](./demo-ureport2) | spring boot 集成 Ureport2,实现中国式复杂报表设计 | -### 感谢 -- <a href="https://www.jetbrains.com/?from=spring-boot-demo"><img src="http://static.xkcoding.com/spring-boot-demo/064312.jpg" width="100px" alt="jetbrains">**感谢 JetBrains 提供的免费开源 License**</a> +### 特别感谢 -- [感谢史上最牛的代码生成插件 MyBatisCodeHelper-Pro 提供的永久激活码](https://gejun123456.github.io/MyBatisCodeHelper-Pro/#/?id=mybatiscodehelper-pro) +- 感谢 [七牛云](https://portal.qiniu.com/signup?utm_source=kaiyuan&utm_media=xkcoding) 提供的免费云存储与 CDN 加速支持 +- 感谢史上最牛的代码生成插件 [MyBatisCodeHelper-Pro](https://gejun123456.github.io/MyBatisCodeHelper-Pro/#/?id=mybatiscodehelper-pro) 提供的永久激活码 +- <a href="https://www.jetbrains.com/?from=spring-boot-demo"><img src="http://static.xkcoding.com/spring-boot-demo/064312.jpg" width="100px" alt="jetbrains">**感谢 JetBrains 提供的免费开源 License**</a> ### License [MIT](http://opensource.org/licenses/MIT) -Copyright (c) 2018 Yangkai.Shen \ No newline at end of file +Copyright (c) 2018 Yangkai.Shen diff --git a/demo-orm-mybatis-plus/pom.xml b/demo-orm-mybatis-plus/pom.xml index 9c37d04c9..7502ba43c 100644 --- a/demo-orm-mybatis-plus/pom.xml +++ b/demo-orm-mybatis-plus/pom.xml @@ -26,7 +26,7 @@ <dependencies> <dependency> <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter</artifactId> + <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency>