From 68787847d5d125c3d2e13eddf548623c48c2bf28 Mon Sep 17 00:00:00 2001 From: ridoutp Date: Wed, 29 Nov 2023 14:53:01 +0000 Subject: [PATCH] Initial commit - Addressed review comments. --- charts/civil-rtl-export/Chart.yaml | 2 +- .../uk/gov/hmcts/reform/civil/controllers/RootController.java | 2 +- src/main/resources/application.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/civil-rtl-export/Chart.yaml b/charts/civil-rtl-export/Chart.yaml index 0c220c3..875ae3a 100644 --- a/charts/civil-rtl-export/Chart.yaml +++ b/charts/civil-rtl-export/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "1.0" description: A Helm chart for civil-rtl-export App -name: civil-civil-rtl-export +name: civil-rtl-export home: https://github.com/hmcts/civil-rtl-export version: 0.0.13 maintainers: diff --git a/src/main/java/uk/gov/hmcts/reform/civil/controllers/RootController.java b/src/main/java/uk/gov/hmcts/reform/civil/controllers/RootController.java index a092d43..03b5711 100644 --- a/src/main/java/uk/gov/hmcts/reform/civil/controllers/RootController.java +++ b/src/main/java/uk/gov/hmcts/reform/civil/controllers/RootController.java @@ -23,6 +23,6 @@ public class RootController { */ @GetMapping("/") public ResponseEntity welcome() { - return ok("Welcome to civil-rtl-export"); + return ok("Welcome to Civil RTL Export"); } } diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 0055f7e..348ee6f 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -12,7 +12,7 @@ management: include: health, info, prometheus springdoc: - packagesToScan: uk.gov.hmcts.reform.rtl-export.controllers + packagesToScan: uk.gov.hmcts.reform.civil.controllers writer-with-order-by-keys: true #If you use a database then uncomment below lines and update db properties accordingly