图片按角度进行翻转

This commit is contained in:
wyw
2024-08-19 18:11:50 +08:00
parent 511c04b364
commit ded7d4a6e6
6 changed files with 118 additions and 10 deletions

View File

@ -211,6 +211,11 @@
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependency>
</dependencies>