25 lines
635 B
Markdown
25 lines
635 B
Markdown
Details on OpenAPI spec: https://swagger.io/specification/
|
|
|
|
|
|
To build, use the script generateAll.sh. Before running this script, load the ENV file with
|
|
the PACKAGE_NAME variable.
|
|
|
|
Options of the script are:
|
|
|
|
r ... Remove stall output directory
|
|
1 ... generate implementation code
|
|
2 ... generate OpenAPI server stub code, patch required files and copy implementation code
|
|
into the generated source tree
|
|
b ... build the while service
|
|
x ... execute the service
|
|
|
|
|
|
Configuration for the service is injected using environment variables:
|
|
|
|
Database__Host
|
|
Database__User
|
|
Database__Password
|
|
Database__Name
|
|
|
|
|