logo 命名为favicon.ico
默认static 在根目录访问 -目录层级更改
#spring:
# mvc:
# static-path-pattern:
# banner:
# image: 图片,
# location: txt
但企业前后端分离不在static编写前端代码
staticpath

spring:
mvc:
static-path-pattern: /abc/**
static
