常见问题:
Port 8005 required by Tomcat v9.0 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
解决方法1:首先尝试关机重启,当关机以后,所有进程都会关闭,再重启后,可能8005端口就不会被其他程序占用了,因为,此时你还开什么程序。亲测有效。
如果方法1不行,请参考博客:https://blog.youkuaiyun.com/xiaoshunzi111/article/details/50144613
不建议修改tomcat的端口,因为你修改的端口也有可能被占用,自己试过没用。
The word 'springmvc' is not correctly spelled
在eclipse下的Window--Preference输入spell,然后把第一个复选框“Enable spell checking“给去掉就可以了。
1.前端:
1.1eclipse oxygen安装web jsp EE 插件
1.2下载tomcat
1.3在eclipse中绑定tomcat
2后端:
2.1下载string 的jar包,放到lib文件夹下
2.2连接数据库