第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

Springboot:無法點(diǎn)擊網(wǎng)址

Springboot:無法點(diǎn)擊網(wǎng)址

慕勒3428872 2021-10-17 15:59:01
運(yùn)行 Main 類后,我無法獲得輸出。Spring Boot 新手控制器@Controller public class WelcomeController {    private static final String welcomemsg = "Welcome Mr. %s!";    @GetMapping("/welcome/user")    @ResponseBody    public Welcome welcomeUser(@RequestParam(name = "name", required = false, defaultValue = "Java Fan") String name)    {        return new Welcome(String.format(welcomemsg, name));    } }主班package com.beans.mainsrc;import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.SpringBootApplication;@SpringBootApplication(scanBasePackages = { "com.beans" })public class DemoApplication {    public static void main(String[] args)    {        SpringApplication.run(DemoApplication.class, args);    }}有關(guān)運(yùn)行主類的控制臺(tái)詳細(xì)信息2018-09-28 00:40:01.268  INFO 2304 --- [           main] com.beans.mainsrc.DemoApplication        : Starting DemoApplication on DESKTOP-551C51M with PID 2304 (F:\springbootdemo\demo\target\classes started by sparsh in F:\springbootdemo\demo) 2018-09-28 00:40:01.273  INFO 2304 --- [           main] com.beans.mainsrc.DemoApplication        : No active profile set, falling back to default profiles: default
查看完整描述

1 回答

?
躍然一笑

TA貢獻(xiàn)1826條經(jīng)驗(yàn) 獲得超6個(gè)贊

看起來您的 servlet 容器沒有啟動(dòng)。請(qǐng)嘗試添加此 maven 依賴項(xiàng)


    <dependency>

        <groupId>org.springframework.boot</groupId>

        <artifactId>spring-boot-starter-web</artifactId>

    </dependency>

您可以刪除這些依賴項(xiàng):


 <dependency>

    <groupId>org.springframework</groupId>

    <artifactId>spring-web</artifactId>

 </dependency>

 <dependency>

    <groupId>org.springframework.boot</groupId>

    <artifactId>spring-boot-starter</artifactId>

 </dependency>

它們由建議的啟動(dòng)器提供。


查看完整回答
反對(duì) 回復(fù) 2021-10-17
  • 1 回答
  • 0 關(guān)注
  • 205 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)