-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
45 lines (45 loc) · 1.44 KB
/
config.json
File metadata and controls
45 lines (45 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"sortParamsByRequiredFlag": true,
"ensureUniqueParams": true,
"allowUnicodeIdentifiers": false,
"modelPackage": "org.marinespecies.aphia.v1_0.model",
"apiPackage": "org.marinespecies.aphia.v1_0.api",
"invokerPackage": "org.marinespecies.aphia.v1_0.handler",
"groupId": "org.filteredpush",
"artifactId": "wormservice",
"artifactVersion": "0.0.1-SNAPSHOT",
"artifactUrl": "",
"artifactDescription": "",
"scmConnection": "",
"scmDeveloperConnection": "",
"scmUrl": "",
"developerName": "Paul J. Morris",
"developerEmail": "mole@oeb.harvard.edu",
"developerOrganization": "Museum Of Comparative Zoology, Harvard University",
"developerOrganizationUrl": "http://mcz.harvard.edu",
"licenseName": "Apache 2.0",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
"sourceFolder": "src/main/java",
"localVariablePrefix": "",
"serializableModel": true,
"bigDecimalAsString": false,
"fullJavaUtil": false,
"hideGenerationTimestamp": true,
"withXml": false,
"dateLibrary": "java8",
"java8": true,
"title": "xxxx",
"configPackage": "org.marinespecies.aphia.api.open.config",
"basePackage": "org.marinespecies.aphia.api.open",
"interfaceOnly": false,
"delegatePattern": false,
"singleContentTypes": false,
"async": false,
"responseWrapper": "",
"useTags": false,
"useBeanValidation": true,
"implicitHeaders": false,
"swaggerDocketConfig": true,
"useOptional": true,
"library": "jersey2"
}