aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-02-11 18:58:35 +0100
committersebdet <sebastien.determe@intl.att.com>2020-02-13 01:51:30 -0800
commitaa484450032b5eaa85bbc33ec0dad3d9995f3d58 (patch)
treee6ad9d63f5e95235548c53cbd805a9ad45f1dc1d /src/main/resources
parent67bb8026ac17792efc7c51e9f7905f918c965e01 (diff)
Add tests
Add tests for download all and improve efficiency with stream Issue-ID: CLAMP-518 Change-Id: Ia78ed8da7e54eaeaaed4fb87f483e0aff3a4a8c4 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application.properties5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index bb25abffc..4422156fd 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -23,11 +23,6 @@
#
###
-info.build.artifact=@project.artifactId@
-info.build.name=@project.name@
-info.build.description=@project.description@
-info.build.version=@project.version@
-
### Set the port for HTTP or HTTPS protocol (Controlled by Spring framework, only one at a time).
### (See below for the parameter 'server.http.port' if you want to have both enabled)
### To have only HTTP, keep the lines server.ssl.* commented