diff options
author | Bertozzi, Julien (jb379x) <jb379x@att.com> | 2018-03-08 15:53:57 -0500 |
---|---|---|
committer | Bertozzi, Julien (jb379x) <jb379x@att.com> | 2018-03-14 09:04:11 -0400 |
commit | 009f713c6c46cf3647f1a008e3a963522f988f92 (patch) | |
tree | 14a3ab53d791689e11a756229833f95223b6b330 /README.md | |
parent | 6156e258a8b9df35d2c2c8872a2213b21a446523 (diff) |
Add swagger generation for jaxrs api
Issue-ID: CLAMP-137
Change-Id: I0b1e088a99a7e1c63dc0b0f4a36b16020181bf1f
Signed-off-by: Bertozzi, Julien (jb379x) <jb379x@att.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -88,3 +88,7 @@ Once the image has been built and is available locally, you can use the `docker- Clamp uses logback framework to generate logs. The logback.xml file cand be found under the [src/main/resources/ folder](src/main/resources).
With the default log settings, all logs will be generated into console and into root.log file under the Clamp root folder. The root.log file is not allowed to be appended, thus restarting the clamp will result in cleaning of the old log files.
+
+### Api
+
+You can see the swagger definition for the jaxrs apis at `/restservices/clds/v1/openapi.json`
\ No newline at end of file |