Files
spring-boot-demo/core-di/output/26-boot-parent-parameters-flag.txt

8 lines
289 B
Plaintext

# spring-boot-starter-parent-4.1.1.pom: the compiler flag that parameter-name matching depends on
111- <artifactId>maven-compiler-plugin</artifactId>
112- <configuration>
113: <parameters>true</parameters>
114- </configuration>
115- </plugin>