commit
9f338b98f7
@ -88,7 +88,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
|
||||||
|
|
||||||
|
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user