diff options
Diffstat (limited to 'cps/cps-rest/src/main/resources/application.yml')
-rw-r--r-- | cps/cps-rest/src/main/resources/application.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cps/cps-rest/src/main/resources/application.yml b/cps/cps-rest/src/main/resources/application.yml new file mode 100644 index 0000000000..ab19fe9aba --- /dev/null +++ b/cps/cps-rest/src/main/resources/application.yml @@ -0,0 +1,11 @@ +server:
+ port: 8080
+
+spring:
+ main:
+ banner-mode: "off"
+
+logging:
+ level:
+ org:
+ springframework: INFO
\ No newline at end of file |