修改官网链接#3777

This commit is contained in:
ilumer 2021-08-07 11:52:05 +08:00
parent dce09d2a5c
commit 65a8cb6160
3 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ Mybatis 增强工具包 - 只做增强不做改变,简化`CRUD`操作
## 相关链接 | Links ## 相关链接 | Links
- [文档](https://mybatis.plus) - [文档](https://baomidou.com)
- [代码生成](https://github.com/baomidou/generator) - [代码生成](https://github.com/baomidou/generator)
- [功能示例](https://gitee.com/baomidou/mybatis-plus-samples) - [功能示例](https://gitee.com/baomidou/mybatis-plus-samples)
- [展示](https://github.com/baomidou/awesome-mybatis-plus) - [展示](https://github.com/baomidou/awesome-mybatis-plus)

View File

@ -28,7 +28,7 @@ MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development
## Links ## Links
- [Documentation](https://mybatis.plus) - [Documentation](https://baomidou.com)
- [Code Generator](https://github.com/baomidou/generator) - [Code Generator](https://github.com/baomidou/generator)
- [Samples](https://github.com/baomidou/mybatis-plus-samples) - [Samples](https://github.com/baomidou/mybatis-plus-samples)
- [Showcase](https://github.com/baomidou/awesome-mybatis-plus) - [Showcase](https://github.com/baomidou/awesome-mybatis-plus)
@ -85,7 +85,7 @@ MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development
SELECT * FROM user WHERE age >= 18 SELECT * FROM user WHERE age >= 18
``` ```
> This showcase is just a small part of MyBatis-Plus features. If you want to learn more, please refer to the [documentation](https://mybatis.plus). > This showcase is just a small part of MyBatis-Plus features. If you want to learn more, please refer to the [documentation](https://baomidou.com).
## License ## License

View File

@ -122,7 +122,7 @@ subprojects {
attributes 'Implementation-Title': archiveBaseName attributes 'Implementation-Title': archiveBaseName
attributes 'Implementation-Version': archiveVersion attributes 'Implementation-Version': archiveVersion
attributes 'Built-Gradle': gradle.gradleVersion attributes 'Built-Gradle': gradle.gradleVersion
attributes 'Bundle-DocURL': 'https://mybatis.plus/' attributes 'Bundle-DocURL': 'https://baomidou.com/'
attributes 'Build-OS': System.getProperty("os.name") attributes 'Build-OS': System.getProperty("os.name")
attributes 'Built-By': System.getProperty("user.name") attributes 'Built-By': System.getProperty("user.name")
attributes 'Build-Jdk': System.getProperty("java.version") attributes 'Build-Jdk': System.getProperty("java.version")