Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
maki-manager
Commits
c1c76bc3
Commit
c1c76bc3
authored
Dec 20, 2018
by
Daniel Seybold
Browse files
updated utils
parent
84693592
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
utils/java-client-config.json
utils/java-client-config.json
+5
-5
utils/runCodegenClient.sh
utils/runCodegenClient.sh
+1
-1
No files found.
utils/java-client-config.json
View file @
c1c76bc3
{
"modelPackage"
:
"de.uulm.omi.
cloudiator.dbms.evaluator
.model"
,
"apiPackage"
:
"de.uulm.omi.
dbms.workload
.api"
,
"invokerPackage"
:
"de.uulm.omi.
dbms.workload
.client"
,
"groupId"
:
"de.uulm.omi.
dbms.workload
"
,
"artifactId"
:
"
workload-api-server
"
,
"modelPackage"
:
"de.uulm.omi.
mowgli.maki
.model"
,
"apiPackage"
:
"de.uulm.omi.
mowgli.maki
.api"
,
"invokerPackage"
:
"de.uulm.omi.
mowgli.maki
.client"
,
"groupId"
:
"de.uulm.omi.
mowgli.maki
"
,
"artifactId"
:
"
maki-manager-client
"
,
"fullJavaUtil"
:
true
,
"dateLibrary"
:
"java8"
}
\ No newline at end of file
utils/runCodegenClient.sh
View file @
c1c76bc3
#!/bin/sh
java
-jar
utils/swagger-codegen-cli-2.3.0.jar generate
-i
swagger/swagger.yaml
-l
java
-c
utils/java-client-config.json
-o
../workload-API-client/
\ No newline at end of file
java
-jar
utils/swagger-codegen-cli-2.3.0.jar generate
-i
swagger/swagger.yaml
-l
java
-c
utils/java-client-config.json
-o
../maki-manager-client/
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment