求助,啟動報錯
Verify the connector's configuration, identify and stop any process that's listening on port 8080, or configure this application to listen on another port.
2018-10-28 14:36:35.843 ?INFO 3928 --- [ ? ? ? ? ? main] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5db45159: startup date [Sun Oct 28 14:36:34 CST 2018]; root of context hierarchy
2018-10-28 14:36:35.844 ?INFO 3928 --- [ ? ? ? ? ? main] o.s.j.e.a.AnnotationMBeanExporter ? ? ? ?: Unregistering JMX-exposed beans on shutdown
Process finished with exit code 1
2018-10-28
從你貼出來的第一行信息來看,應該是端口8080被占用了,導致你啟動新項目時失敗。
建議你在配置文件中設置一個新的端口號,不要用8080,然后重新啟動。
2018-10-28
哇哦,十分感謝,自己搗鼓半天,哈哈,心態崩了,一分鐘就解決