diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-08-03 15:52:19 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-08-03 15:52:19 +0200 |
commit | f744247f2b725152d4959eb6fe4cb59d9d7223d7 (patch) | |
tree | 9950508855c7ff2431bcca1cf8ada1fd99ad437e /src/main/resources/application.properties | |
parent | e536d7a9eb3b794d6a037b663747b5971dbd8c8a (diff) |
Restore Swagger
Restore swagger generation at runtime, + Clamp versioning rework + log
level set differently
Issue-ID: CLAMP-169
Change-Id: Ibf9eedb7028dedc610b36546f57ee5b3095cd20d
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 996129fda..8694cd8da 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -82,7 +82,7 @@ server.context_parameters.p-name=value #context parameter with p-name as key and camel.springboot.consumer-template-cache-size=1000 camel.springboot.producer-template-cache-size=1000 -camel.springboot.jmx-enabled=false +camel.springboot.jmx-enabled=true camel.defaultthreadpool.poolsize=10 camel.defaultthreadpool.maxpoolsize=20 camel.defaultthreadpool.maxqueuesize=1000 |