问答详情
源自:2-3 第一个 Spring Boot 应用(二)

为什么我的服务器是tomcat?

 Tomcat started on port(s): 8080 (http) with context path '' 但是视频上的不是tomcat啊?

提问者:幕布斯9095825 2018-11-24 21:22

个回答

  • 慕粉3232688
    2018-11-27 15:33:50

    以java Application的方式启动,SpringBoot是自带容器的,不要用Run on Server的方式启动

  • 慕桂英5816141
    2018-11-27 12:31:16

    debug启动  别RUN on Server