课程
/后端开发
/Java
/2小时学会Spring Boot
yml文件中可以写一些注释吗?怎么写注释???
2017-05-18
源自:2小时学会Spring Boot
正在回答
YAML 中添加注释的方式是通过 #:
#行末评论"symfony 1.0": { PHP: 5.0, Propel: 1.2 } # Comment at the end of a line"symfony 1.2": { PHP: 5.2, Propel: 1.3 }
由于注释会被YAML解析器忽略,因此不必刻意对注释进行缩进。
用#可以
举报
Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序