问答详情
源自:2-7 写个简单的Hello World

server模块启动不了

运行BootMoreApplication,webapp启动不了。

E:\JDK\bin\java.exe ...

log4j:WARN No appenders could be found for logger (org.springframework.web.context.support.StandardServletEnvironment).

log4j:WARN Please initialize the log4j system properly.

log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.


  .   ____          _            __ _ _

 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \

( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \

 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )

  '  |____| .__|_| |_|_| |_\__, | / / / /

 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::        (v2.0.5.RELEASE)



Process finished with exit code 1


提问者:笑傲江湖3955759 2019-02-14 11:48

个回答

  • Debug_SteadyJack
    2019-02-14 13:48:55

    你这是一开始就用 spring boot 2.0.5的版本吗?
    如果是的话 可以参考第5章-扩展章节 所讲的:采用springboot2.x扩展项目

  • Debug_SteadyJack
    2019-02-14 13:47:29

    你这是少了log4j.properties即 日志配置文件。