1. Tomca For Mac
1.1. 安装
brew install tomcat@8
安装地址:
/usr/local/opt/tomcat\@8/ -> /usr/local/Cellar/tomcat\@8/8.5.41/
启动服务
brew tap homebrew/services
brew services start tomcat
1.2. Debug
https://www.mkyong.com/intellij/intellij-idea-run-debug-web-application-on-tomcat/