npm run dev 项目,提示 throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again') 根据提示删除electron包,重新安装一次,还是提示错误 单独安装electron npm install electron -g C:\Users\pxm\AppData\Roaming\npm\electron -> C:
debug启动会卡住不动,run模式启动正常 debug启动输出到下面这行之后,就不会继续输出了 爆出各种 [INFO]- Bean 'dataSource' of type [class DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 解决办法: debug模式运行项目,找到断点,全部删除
eclipse 启动项目报错:找不到 Spring 监听器类 org.springframework.web.context.ContextLoaderListener 严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.c