diff --git a/SECURITY.md b/SECURITY.md index c8d647d..0362bd6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,7 @@ | Version | Supported | |-----------| ------------------ | -| 5.x.x | :white_check_mark: | +| 6.x.x | :white_check_mark: | | <= 4.x.x | :x: | ## Reporting a Vulnerability diff --git a/build.gradle b/build.gradle index e064d9f..9436929 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ apply plugin: 'war' apply plugin: 'maven-publish' group = 'conorheffron' -version = '6.0.0' +version = '6.0.1' description = "Sample Data Manager" sourceCompatibility = 23 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index d0bf0e2..2c52901 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -29,4 +29,7 @@ spring.datasource.initialization-mode=always # Thymeleaf spring.thymeleaf.prefix=classpath:/templates/ spring.thymeleaf.suffix=.html -spring.resources.add-mappings=true \ No newline at end of file +spring.resources.add-mappings=true + +# banner +spring.banner.location: classpath:/static/ironoc-banner.txt diff --git a/src/main/resources/static/ironoc-db-banner.txt b/src/main/resources/static/ironoc-db-banner.txt new file mode 100644 index 0000000..ca1b814 --- /dev/null +++ b/src/main/resources/static/ironoc-db-banner.txt @@ -0,0 +1,8 @@ +${AnsiColor.GREEN} +.__ __________ ________ __ ___. +|__|\______ \ ____ ____ ____ ____ \______ \ _____ _/ |_ _____ \_ |__ _____ ______ ____ +| | | _/ / _ \ / \ / _ \ _/ ___\ | | \ \__ \ \ __\\__ \ | __ \ \__ \ / ___/_/ __ \ +| | | | \( <_> )| | \( <_> )\ \___ | ` \ / __ \_ | | / __ \_ | \_\ \ / __ \_ \___ \ \ ___/ +|__| |____|_ / \____/ |___| / \____/ \___ > /_______ /(____ / |__| (____ / |___ /(____ //____ > \___ > + \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ +${AnsiColor.DEFAULT}