1.idea tomcat运行时出现 Address localhost:8080 is already in use
使用netstat -ano|finder"8080"来找到相对应的端口,然后直接在任务管理器PID那一栏中关掉它就可以了
2.没有找到servlet包:
https://blog.csdn.net/q343509740/article/details/79515911
3.Address already in use :NET_Bind
先找到端口,然后在任务管理器里面找发现竟然就是idea。。然后重启了一下idea,可以运行了
4.IDEA连接mysql:Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' prope
https://blog.csdn.net/wsf0001/article/details/103391810
5.idea连接Mysql的时候一定要先把mysql打开
来源:oschina
链接:https://my.oschina.net/u/4433424/blog/3167612