fix Parameter 'paramType_Gr8re1Ee' not found

This commit is contained in:
yulichang 2022-11-06 22:07:44 +08:00
parent 98f51b0fe1
commit 333230f7da

View File

@ -45,6 +45,13 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.4.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>