mirror of
https://github.com/Weasley-J/chinaport-data-signature.git
synced 2024-04-21 12:41:53 +00:00
[feature] update banner when application started
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@ public class UkeyInitialConfig implements ApplicationRunner {
|
||||
UkeyResponse.Args responseArgs = response.get_args();
|
||||
if (responseArgs.getResult().equals(true) && CollectionUtils.isNotEmpty(responseArgs.getData())) {
|
||||
certMap.put(SING_DATA_METHOD, responseArgs.getData().get(0));
|
||||
log.warn("已从电子口岸u-key中获取到未经hash算法的x509Certificate证书: {}", JacksonUtil.toJson(certMap));
|
||||
log.warn("已从电子口岸u-key中获取到x509Certificate证书: {}", JacksonUtil.toJson(certMap));
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
${AnsiColor.BRIGHT_YELLOW}
|
||||
▓█████ ██▓███ ▒█████ ██▀███ ▄▄▄█████▓ ██████ ██▓ ▄████ ███▄ █ ▄▄▄ ▄▄▄█████▓ █ ██ ██▀███ ▓█████
|
||||
▓█ ▀ ▓██░ ██▒▒██▒ ██▒▓██ ▒ ██▒▓ ██▒ ▓▒ ▒██ ▒ ▓██▒ ██▒ ▀█▒ ██ ▀█ █ ▒████▄ ▓ ██▒ ▓▒ ██ ▓██▒▓██ ▒ ██▒▓█ ▀
|
||||
▒███ ▓██░ ██▓▒▒██░ ██▒▓██ ░▄█ ▒▒ ▓██░ ▒░ ░ ▓██▄ ▒██▒▒██░▄▄▄░▓██ ▀█ ██▒▒██ ▀█▄ ▒ ▓██░ ▒░▓██ ▒██░▓██ ░▄█ ▒▒███
|
||||
▒▓█ ▄ ▒██▄█▓▒ ▒▒██ ██░▒██▀▀█▄ ░ ▓██▓ ░ ▒ ██▒░██░░▓█ ██▓▓██▒ ▐▌██▒░██▄▄▄▄██░ ▓██▓ ░ ▓▓█ ░██░▒██▀▀█▄ ▒▓█ ▄
|
||||
░▒████▒▒██▒ ░ ░░ ████▓▒░░██▓ ▒██▒ ▒██▒ ░ ▒██████▒▒░██░░▒▓███▀▒▒██░ ▓██░ ▓█ ▓██▒ ▒██▒ ░ ▒▒█████▓ ░██▓ ▒██▒░▒████▒
|
||||
░░ ▒░ ░▒▓▒░ ░ ░░ ▒░▒░▒░ ░ ▒▓ ░▒▓░ ▒ ░░ ▒ ▒▓▒ ▒ ░░▓ ░▒ ▒ ░ ▒░ ▒ ▒ ▒▒ ▓▒█░ ▒ ░░ ░▒▓▒ ▒ ▒ ░ ▒▓ ░▒▓░░░ ▒░ ░
|
||||
░ ░ ░░▒ ░ ░ ▒ ▒░ ░▒ ░ ▒░ ░ ░ ░▒ ░ ░ ▒ ░ ░ ░ ░ ░░ ░ ▒░ ▒ ▒▒ ░ ░ ░░▒░ ░ ░ ░▒ ░ ▒░ ░ ░ ░
|
||||
░ ░░ ░ ░ ░ ▒ ░░ ░ ░ ░ ░ ░ ▒ ░░ ░ ░ ░ ░ ░ ░ ▒ ░ ░░░ ░ ░ ░░ ░ ░
|
||||
░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░
|
||||
________ _ ______ __ _____ _ __
|
||||
/ ____/ /_ (_)___ ____ _ / ____/___ ____ _____/ /_ / ___/(_)___ _____ ____ _/ /___ __________
|
||||
/ / / __ \/ / __ \/ __ `/ / __/ / __ \/ __ \/ ___/ __/ \__ \/ / __ `/ __ \/ __ `/ __/ / / / ___/ _ \
|
||||
/ /___/ / / / / / / / /_/ / / /___/ /_/ / /_/ / / / /_ ___/ / / /_/ / / / / /_/ / /_/ /_/ / / / __/
|
||||
\____/_/ /_/_/_/ /_/\__,_/ /_____/ .___/\____/_/ \__/ /____/_/\__, /_/ /_/\__,_/\__/\__,_/_/ \___/
|
||||
/_/ /____/
|
||||
|
||||
${AnsiColor.BRIGHT_GREEN}${application.title} ${application.formatted-version}
|
||||
Powered by Spring Boot ${spring-boot.formatted-version}${AnsiStyle.NORMAL}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user