赞
踩
application.yml编译报错,报错信息:
Deprecated configuration property ‘management.context-path’
报错配置:
management:
context-path: /admin
这是因为SpringBoot 2.0+版本弃用context-path,改为如下配置即可:
server:
servlet:
context-path: /admin
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。