[monitor] 新增banner,定义监控类型管理接口

This commit is contained in:
tomsun28
2021-11-14 17:34:36 +08:00
parent ed523344e4
commit 90e14bb76b
12 changed files with 146 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
████████╗ █████╗ ███╗ ██╗ ██████╗██╗ ██████╗ ██╗ ██╗██████╗
╚══██╔══╝██╔══██╗████╗ ██║ ██╔════╝██║ ██╔═══██╗██║ ██║██╔══██╗
██║ ███████║██╔██╗ ██║ ██║ ██║ ██║ ██║██║ ██║██║ ██║
██║ ██╔══██║██║╚██╗██║ ██║ ██║ ██║ ██║██║ ██║██║ ██║ Profile: ${spring.profiles.active}
██║ ██║ ██║██║ ╚████║ ╚██████╗███████╗╚██████╔╝╚██████╔╝██████╔╝ Name: ${spring.application.name} Port: ${server.port} Pid: ${pid}
╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═════╝

View File

@@ -1,4 +1,4 @@
use tom ;
use usthe ;
-- ----------------------------
-- Records of auth_resource
-- ----------------------------