码迷,mamicode.com
首页 > 编程语言 > 详细

SpringBoot配置文件yml ScannerException: while scanning an alias *

时间:2019-12-01 16:34:30      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:img   exception   path   strong   manage   alias   ima   scanning   inf   

在使用yml编写配置我呢见

management:
  endpoints:
    web:
      base-path: /actuator
    jmx:
      exposure:
        include: *

报了如下错误

技术图片

 

 

解决方案:

   给 * 加上 ‘‘  变为 ‘*‘

management:
  endpoints:
    web:
      base-path: /actuator
    jmx:
      exposure:
        include: *

 

 

SpringBoot配置文件yml ScannerException: while scanning an alias *

标签:img   exception   path   strong   manage   alias   ima   scanning   inf   

原文地址:https://www.cnblogs.com/arebirth/p/springbootaliasdubboquot.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!