[JAVA] fix artifactVersion is not taken from specification (#2798)

* [JAVA] fix artifactVersion is not taken from specification when not provided by generator option

* update jaxrs-spec samples

* update docs generator jaxrs
This commit is contained in:
Vincent Devos
2019-05-09 09:19:52 +02:00
committed by William Cheng
parent 0ef579363d
commit 70108b753e
15 changed files with 186 additions and 59 deletions

View File

@@ -45,5 +45,5 @@ sidebar_label: java-msf4j
|implFolder|folder for generated implementation code| |src/main/java|
|title|a title describing the application| |OpenAPI Server|
|useBeanValidation|Use BeanValidation API annotations| |true|
|serverPort|The port on which the server should be started| |null|
|serverPort|The port on which the server should be started| |8080|
|library|library template (sub-template)|<dl><dt>**jersey1**</dt><dd>Jersey core 1.x</dd><dt>**jersey2**</dt><dd>Jersey core 2.x</dd><dl>|jersey2|