update 统一 banner 格式 补全没有 banner 的服务
parent
3ea117dbb0
commit
f9c5f6d76c
@ -0,0 +1,10 @@
|
|||||||
|
Spring Boot Version: ${spring-boot.version}
|
||||||
|
Spring Application Name: ${spring.application.name}
|
||||||
|
_ _
|
||||||
|
(_) | |
|
||||||
|
_ __ _ _ ___ _ _ _ ______ __| | ___ ___
|
||||||
|
| '__| | | |/ _ \| | | | |______/ _` |/ _ \ / __|
|
||||||
|
| | | |_| | (_) | |_| | | | (_| | (_) | (__
|
||||||
|
|_| \__,_|\___/ \__, |_| \__,_|\___/ \___|
|
||||||
|
__/ |
|
||||||
|
|___/
|
@ -1,7 +1,8 @@
|
|||||||
███████╗███████╗ █████╗ ████████╗ █████╗
|
Spring Boot Version: ${spring-boot.version}
|
||||||
██╔════╝██╔════╝██╔══██╗╚══██╔══╝██╔══██╗
|
Spring Application Name: ${spring.application.name}
|
||||||
███████╗█████╗ ███████║ ██║ ███████║
|
_
|
||||||
╚════██║██╔══╝ ██╔══██║ ██║ ██╔══██║
|
| |
|
||||||
███████║███████╗██║ ██║ ██║ ██║ ██║
|
___ ___ __ _| |_ __ _ ______ ___ ___ _ ____ _____ _ __
|
||||||
╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝
|
/ __|/ _ \/ _` | __/ _` |______/ __|/ _ \ '__\ \ / / _ \ '__|
|
||||||
|
\__ \ __/ (_| | || (_| | \__ \ __/ | \ V / __/ |
|
||||||
|
|___/\___|\__,_|\__\__,_| |___/\___|_| \_/ \___|_|
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
Spring Boot Version: ${spring-boot.version}
|
||||||
|
Spring Application Name: ${spring.application.name}
|
||||||
|
_ _ _ _ _ _ _
|
||||||
|
| | (_) | | | | | | | | | |
|
||||||
|
___ ___ _ __ | |_ _ _ __ ___| |______ __| | __ _ ___| |__ | |__ ___ __ _ _ __ __| |
|
||||||
|
/ __|/ _ \ '_ \| __| | '_ \ / _ \ |______/ _` |/ _` / __| '_ \| '_ \ / _ \ / _` | '__/ _` |
|
||||||
|
\__ \ __/ | | | |_| | | | | __/ | | (_| | (_| \__ \ | | | |_) | (_) | (_| | | | (_| |
|
||||||
|
|___/\___|_| |_|\__|_|_| |_|\___|_| \__,_|\__,_|___/_| |_|_.__/ \___/ \__,_|_| \__,_|
|
Loading…
Reference in New Issue