Introduce Instrumentation
[cps.git] / cps-application / src / main / java / org / onap / cps / Application.java
index d8e849d..053139f 100644 (file)
@@ -1,6 +1,6 @@
-/*-\r
+/*\r
  * ============LICENSE_START=======================================================\r
- *  Copyright (C) 2020 Nordix Foundation. All rights reserved.\r
+ * Copyright (C) 2020 Nordix Foundation.\r
  * ================================================================================\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -22,11 +22,12 @@ package org.onap.cps;
 \r
 import org.springframework.boot.SpringApplication;\r
 import org.springframework.boot.autoconfigure.SpringBootApplication;\r
+import org.springframework.retry.annotation.EnableRetry;\r
 \r
+@EnableRetry\r
 @SpringBootApplication\r
 public class Application {\r
-\r
     public static void main(final String[] args) {\r
         SpringApplication.run(Application.class, args);\r
     }\r
-}
\ No newline at end of file
+}\r