mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
fix(build): emit -parameters so Spring MVC can bind path/request params
This commit is contained in:
parent
55af602f67
commit
f0dfae931f
3
pom.xml
3
pom.xml
@ -358,6 +358,9 @@
|
||||
<configuration>
|
||||
<release>${maven.compiler.release}</release>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<!-- Emit method parameter names so Spring MVC can bind
|
||||
@PathVariable/@RequestParam without explicit names. -->
|
||||
<parameters>true</parameters>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user