From bb5ae901f7e6f0cec9e97afb092f9af49c63b374 Mon Sep 17 00:00:00 2001 From: Takiguchi Date: Sun, 4 Aug 2019 21:46:36 +0200 Subject: [PATCH] Add customized banner and update maven dependencies. --- pom.xml | 50 +++++++++++++++++------------------ src/main/resources/banner.txt | 12 +++++++++ 2 files changed, 37 insertions(+), 25 deletions(-) create mode 100644 src/main/resources/banner.txt diff --git a/pom.xml b/pom.xml index 41f9d50..149d53b 100755 --- a/pom.xml +++ b/pom.xml @@ -21,13 +21,13 @@ UTF-8 UTF-8 - 1.8 + 11 - - - + + + org.springframework.boot spring-boot-starter-data-jpa @@ -53,12 +53,21 @@ test + + + + + + commons-lang + commons-lang + 2.3 + + + org.apache.commons + commons-lang3 + 3.9 + - - - - - org.mindrot jbcrypt @@ -67,24 +76,15 @@ org.postgresql postgresql - runtime + 42.2.6 - - commons-lang - commons-lang - 2.3 - - - - org.apache.commons - commons-lang3 - 3.7 - - + + + org.mockito - mockito-all - 1.9.5 + mockito-core + 3.0.0 test @@ -101,7 +101,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.1 + 2.22.2 false diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt new file mode 100644 index 0000000..155c6aa --- /dev/null +++ b/src/main/resources/banner.txt @@ -0,0 +1,12 @@ + ####### + ############## + ################### + ######## ######### _________ .___.__ __ .__ +####### ############# \_ ___ \ ____ __| _/|__| | _|__| +###### ### ######## / \ \/ / _ \ / __ | | | |/ / | +####### ### ##### \ \___( <_> ) /_/ | | | <| | +######### ## ####### \______ /\____/\____ | |__|__|_ \__| + ######### ######## \/ \/ \/ + ################### + ############# + ####### \ No newline at end of file