diff --git a/build.gradle b/build.gradle index 444a13f..2d5a585 100644 --- a/build.gradle +++ b/build.gradle @@ -81,6 +81,9 @@ dependencies { compile "org.slf4j:log4j-over-slf4j:${slf4jVersion}" compile "org.slf4j:jcl-over-slf4j:${slf4jVersion}" compile "ch.qos.logback:logback-classic:${logbackVersion}" + + compile 'javax.annotation:javax.annotation-api:1.3.2' + compile("org.springframework.boot:spring-boot-starter:${springBootVersion}"){ exclude group: 'log4j' exclude group: 'common-logging' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a468590..e447536 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt index 32d252c..98db250 100644 --- a/src/main/resources/banner.txt +++ b/src/main/resources/banner.txt @@ -4,4 +4,4 @@ | _ || | | )| _) `\__ \(______)`\__ \ | _ || _)_ | | _ | | _ | | | || |_) || | ( )_) | ( )_) || | | || (_( )| |_( )| |_( ) (_) (_)(____/'(_) `\____) `\____)(_) (_)(____/'(____/'(____/' - by Vity (2017-2019) + by Vity (2017-2022) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index f0d0ed1..d556ab1 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -1,24 +1,24 @@ - + - + System.out UTF-8 - %date{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%.-4level) - %cyan(%30.-30logger{30}) - %20.-20thread{30} - %message%n + %date{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) - %cyan(%30.-30logger{30}) - [%10.-10thread{20}] - %message%n System.err UTF-8 - %date{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%.-4level) - %cyan(%30.-30logger{30}) - %20.-20thread{30} - %message%n + %date{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) - %cyan(%30.-30logger{30}) - [%10.-10thread{20}] - %message%n @@ -33,15 +33,12 @@ - + - - - - - + + \ No newline at end of file