Remove @Value annotation from classed annotated with @ConfigurationProperties annotation

pull/425/head
DerekYRC 3 years ago
parent 5e9f3337de
commit 4aef31ebab

@ -149,10 +149,10 @@
</plugins> </plugins>
</pluginManagement> </pluginManagement>
<plugins> <plugins>
<!-- <plugin>--> <plugin>
<!-- <groupId>org.apache.maven.plugins</groupId>--> <groupId>org.apache.maven.plugins</groupId>
<!-- <artifactId>maven-checkstyle-plugin</artifactId>--> <artifactId>maven-checkstyle-plugin</artifactId>
<!-- </plugin>--> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
@ -222,10 +222,10 @@
<reporting> <reporting>
<plugins> <plugins>
<!-- <plugin>--> <plugin>
<!-- <groupId>org.apache.maven.plugins</groupId>--> <groupId>org.apache.maven.plugins</groupId>
<!-- <artifactId>maven-checkstyle-plugin</artifactId>--> <artifactId>maven-checkstyle-plugin</artifactId>
<!-- </plugin>--> </plugin>
</plugins> </plugins>
</reporting> </reporting>

Loading…
Cancel
Save