Change directory to the source codecd /where/the/pom/file/ismvn install
Run application server
mvn spring-boot:run
Application will be started with port
8080Change directory to the source codecd /where/the/pom/file/ismvn installmvn spring-boot:run8080
apt-get update && apt-get upgrade
jdkapt-get install tomcat8
cd /usr/share/tomcat8
sudo ln -s /var/lib/tomcat8/conf conf
sudo ln -s /var/log/tomcat8 log
sudo ln -s /etc/tomcat8/policy.d/03catalina.policy conf/catalina.policy
sudo chmod -R a+rwx /usr/share/tomcat8/conf
systemctl stop tomcat8 // để chạy tomcat từ eclipse trên cổng 8080
Tải eclipse installer từ eclipse.com