Merge pull request #53 from llh4github/patch-1

Update install.md
This commit is contained in:
easii 2023-12-08 12:27:51 +08:00 committed by GitHub
commit db82ff9c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ description: MapStructPlus 依赖安装 install
<dependency> <dependency>
<groupId>io.github.linpeilie</groupId> <groupId>io.github.linpeilie</groupId>
<artifactId>mapstruct-plus</artifactId> <artifactId>mapstruct-plus</artifactId>
<version>{mapstruct-plus.version}</version> <version>${mapstruct-plus.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>