We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a2744 commit f5acdf4Copy full SHA for f5acdf4
1 file changed
friendly-id-samples/friendly-id-spring-boot-customized/pom.xml
@@ -63,6 +63,13 @@
63
<version>3.14.0</version>
64
<configuration>
65
<parameters>true</parameters>
66
+ <annotationProcessorPaths>
67
+ <path>
68
+ <groupId>org.projectlombok</groupId>
69
+ <artifactId>lombok</artifactId>
70
+ <version>${lombok.version}</version>
71
+ </path>
72
+ </annotationProcessorPaths>
73
</configuration>
74
</plugin>
75
<plugin>
0 commit comments