亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

在yml,配置完,調用時 報錯了

Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.

正在回答

3 回答

你的 cupSize、age這兩行前面不要有空格,content需要有一個空格說明是server下面的

0 回復 有任何疑惑可以回復我~

.yml是這個

server:
?port: 80
?cupSize: C
?age: 20
?content: "cupSize:${cupSize},age:${age}"

0 回復 有任何疑惑可以回復我~

.yml

server:

?port: 80
?content: "cupSize:${cupSize},age:${age}"

.java

@RestController
public class HelloController {
// ? ?@Value("${cupSize}")
// ? ?private String cupSize;
// ? ?@Value("${age}")
// ? ?private Integer age;
? ?@Value("${content}")
? ?private String content;

? ?@RequestMapping(value = "/hello")
? ?public String say(){
? ? ? ?return content;
? ?}
}

0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消
2小時學會Spring Boot
  • 參與學習       151526    人
  • 解答問題       1132    個

Spring Boot入門視頻教程,你將學會使用Spring Boot快速構建應用程序

進入課程

在yml,配置完,調用時 報錯了

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號