hypggg opened a new issue #2128:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2128
Caused by: java.lang.IllegalStateException: parameter name is not present,
method=XXXXX
solution:
change pom.xml, add compiler argument: -parameters, for example:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgument>-parameters</compilerArgument>
</configuration>
</plugin>
at
org.apache.servicecomb.swagger.generator.SwaggerGeneratorUtils.collectParameterName(SwaggerGeneratorUtils.java:192)
~[swagger-generator-core-2.1.1.jar:2.1.1]
升级了cse 3.1.1,servicecomb 2.1.1,解决了一大堆的版本冲突问题,但最后启动还是报这个错,
https://github.com/apache/servicecomb-java-chassis/issues/1723,
参照这个issues的反馈的也没有解决。
求解
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]