generated from ministryofjustice/hmpps-template-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Elm 2135 reapplied rename project manually (#5)
* Automatic rename result * manual rename result * Updated banner * removed rename workflow * ---Updated: no longer removing unused code, as leaving it in will help me fix the build--- Removed unnecessary (I think) code, and amended some values from template app values. More TODOs to do. (#1) * Removed unnecessary (I think) code, and amended some values from template app values. More TODOs to do. * Temporarily commented out the validate task - failing on class naming conventions and some unused imports I can't see in my IDE * adjusted validate job removal * Elm 2135 change secret name (#3) * Removed template secrets from namespace * Updated deployment to use correct certificate * Updated readme * merge from main * gitSquashed commit of the following: commit 4bb85fd Author: jasper.jackson <[email protected]> Date: Tue Sep 17 17:40:13 2024 +0100 merge from main commit 36663a6 Author: jasper.jackson <[email protected]> Date: Tue Sep 17 14:35:22 2024 +0100 Updated readme commit 7bb5625 Author: Jasper <[email protected]> Date: Tue Sep 17 13:58:09 2024 +0100 Elm 2135 change secret name (#3) * Removed template secrets from namespace * Updated deployment to use correct certificate commit 6bb6198 Author: jasper.jackson <[email protected]> Date: Tue Sep 17 17:10:20 2024 +0100 ---Updated: no longer removing unused code, as leaving it in will help me fix the build--- Removed unnecessary (I think) code, and amended some values from template app values. More TODOs to do. (#1) * Removed unnecessary (I think) code, and amended some values from template app values. More TODOs to do. * Temporarily commented out the validate task - failing on class naming conventions and some unused imports I can't see in my IDE * adjusted validate job removal commit 0286cb5 Author: jasper.jackson <[email protected]> Date: Thu Sep 12 17:19:31 2024 +0100 removed rename workflow commit d6b2c31 Author: jasper.jackson <[email protected]> Date: Thu Sep 12 17:11:50 2024 +0100 Updated banner commit 53b4590 Author: jasper.jackson <[email protected]> Date: Tue Sep 17 16:40:56 2024 +0100 manual rename result commit 9b481c1 Author: jasper.jackson <[email protected]> Date: Tue Sep 17 16:37:36 2024 +0100 Automatic rename result
- Loading branch information
Showing
33 changed files
with
259 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"java.configuration.updateBuildConfiguration": "interactive" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...e/digital/hmpps/electronicmonitoringdatastoreapi/HmppsElectronicMonitoringDatastoreApi.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
package uk.gov.justice.digital.hmpps.templatepackagename | ||
package uk.gov.justice.digital.hmpps.electronicmonitoringdatastoreapi | ||
|
||
import org.springframework.boot.autoconfigure.SpringBootApplication | ||
import org.springframework.boot.runApplication | ||
|
||
@SpringBootApplication | ||
class HmppsTemplateKotlin | ||
class HmppsElectronicMonitoringDatastoreApi | ||
|
||
fun main(args: Array<String>) { | ||
runApplication<HmppsTemplateKotlin>(*args) | ||
runApplication<HmppsElectronicMonitoringDatastoreApi>(*args) | ||
} |
2 changes: 1 addition & 1 deletion
2
...nicmonitoringdatastoreapi/config/HmppsElectronicMonitoringDatastoreApiExceptionHandler.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.