Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/spring-boot/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring boot Spring启动Api未启动_Spring Boot - Fatal编程技术网

Spring boot Spring启动Api未启动

Spring boot Spring启动Api未启动,spring-boot,Spring Boot,应用程序无法启动 说明: 配置属性名称“Car垫圈”无效: Invalid characters: 'W' Bean: carWasher-com.carWasher.properties.CarWasherProperties Reason: Canonical names should be kebab-case ('-' separated), lowercase alpha-numeric characters and must start with a letter 行动: 修改“

应用程序无法启动


说明:

配置属性名称“Car垫圈”无效:

Invalid characters: 'W'
Bean: carWasher-com.carWasher.properties.CarWasherProperties
Reason: Canonical names should be kebab-case ('-' separated), lowercase alpha-numeric characters and must start with a letter
行动:


修改“洗车机”,使其符合规范名称要求。

您的应用程序中有一个
@ConfigurationProperties
bean,其
前缀
属性设置为
洗车机
,它应该是
洗车机

如何编写
洗车机
类?更新您尝试过的内容(代码)以及什么是错误日志。