修改官网链接#3777
This commit is contained in:
parent
dce09d2a5c
commit
65a8cb6160
@ -40,7 +40,7 @@ Mybatis 增强工具包 - 只做增强不做改变,简化`CRUD`操作
|
||||
|
||||
## 相关链接 | Links
|
||||
|
||||
- [文档](https://mybatis.plus)
|
||||
- [文档](https://baomidou.com)
|
||||
- [代码生成](https://github.com/baomidou/generator)
|
||||
- [功能示例](https://gitee.com/baomidou/mybatis-plus-samples)
|
||||
- [展示](https://github.com/baomidou/awesome-mybatis-plus)
|
||||
|
@ -28,7 +28,7 @@ MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development
|
||||
|
||||
## Links
|
||||
|
||||
- [Documentation](https://mybatis.plus)
|
||||
- [Documentation](https://baomidou.com)
|
||||
- [Code Generator](https://github.com/baomidou/generator)
|
||||
- [Samples](https://github.com/baomidou/mybatis-plus-samples)
|
||||
- [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
|
||||
```
|
||||
|
||||
> 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
|
||||
|
||||
|
@ -122,7 +122,7 @@ subprojects {
|
||||
attributes 'Implementation-Title': archiveBaseName
|
||||
attributes 'Implementation-Version': archiveVersion
|
||||
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 'Built-By': System.getProperty("user.name")
|
||||
attributes 'Build-Jdk': System.getProperty("java.version")
|
||||
|
Loading…
x
Reference in New Issue
Block a user