springboot yml文件 参数中的逗号 ','
2020-12-13 04:04
标签:between div hang out 为什么 没有 col XML ima 今天在学习springcloud的geteway的时候,使用yml配置route 一直报错 进入异常类,打断点 逗号后面的部分没有传进来, 分析:转义? 试了后不对。引号?试了还是不对,怒怼一小时。。 看了下官方 没毛病啊,都是一样的逗号啊,为什么我的不对, 哎,有点不一样,官方前面有一个 " - ",没错,前面加" - " 后重启,直接通过了,测试也没问题,yml缩进两个空格" - " 是占一个空格的 写xml回车的时候自动带了 " - " ,每次都顺手把它删了,觉得没用,碍眼。。。。冤枉你了 springboot yml文件 参数中的逗号 ',' 标签:between div hang out 为什么 没有 col XML ima 原文地址:https://www.cnblogs.com/aspt/p/11103336.htmlspring:
profiles: betweenroute
cloud:
gateway:
routes:
- id: between
uri: http://localhost:8763
predicates:
Between=2019-06-28T15:16:04.662+08:00[Asia/Shanghai],2019-07-28T15:16:04.662+08:00[Asia/Shanghai] //错误
spring:
profiles: betweenroute
cloud:
gateway:
routes:
- id: between
uri: http://localhost:8763
predicates:
- Between=2019-06-28T15:16:04.662+08:00[Asia/Shanghai],2019-07-28T15:16:04.662+08:00[Asia/Shanghai]
上一篇:Windows服务承载WCF
下一篇:Java8 Optional
文章标题:springboot yml文件 参数中的逗号 ','
文章链接:http://soscw.com/essay/28829.html