diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2019-08-12 12:28:01 +0000 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2019-08-12 12:28:01 +0000 |
commit | f60b5dd56a5cc287b6ad007e7dd22612fa547f4e (patch) | |
tree | ed8130dc6a3abe9be5fbd4a6d65c21d4876d8282 /datafile-app-server/src/main/resources/scheduled-context.xml | |
parent | 60e9cb9b38ef2124c839a1877f50a4cb83973693 (diff) |
DFC Housekeeping
Removed warnings.
Improved code formatting
Removed unused files
Removed datafile_endpoints.json from the container
Change-Id: I7334775be793cd9cb709ca1e031c620c2c1c2b3f
Issue-ID: DCAEGEN2-1645
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Diffstat (limited to 'datafile-app-server/src/main/resources/scheduled-context.xml')
-rw-r--r-- | datafile-app-server/src/main/resources/scheduled-context.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/datafile-app-server/src/main/resources/scheduled-context.xml b/datafile-app-server/src/main/resources/scheduled-context.xml deleted file mode 100644 index 21996319..00000000 --- a/datafile-app-server/src/main/resources/scheduled-context.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<beans xmlns="http://www.springframework.org/schema/beans" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:task="http://www.springframework.org/schema/task" - xmlns:context="http://www.springframework.org/schema/context" - xsi:schemaLocation="http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-4.0.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd"> - - <context:component-scan - base-package="org.onap.dcaegen2.collectors.datafile" /> - <task:scheduled-tasks> - <task:scheduled ref="scheduleController" - method="startTasks" fixed-rate="1000" /> - </task:scheduled-tasks> -</beans> |