java web app with embedded tomcat
1.0.0
這是Java中的Web應用程序,嵌入到罐子中的Apache Tomcat(不是戰爭),稱為Fat Jar。其他依賴項也包括在罐子中。
git clone https://github.com/julianjupiter/java-web-app-with-embedded-tomcat
cd java-web-app-with-embedded-tomcat
mvn clean package && java -jar ./target/java-web-app-with-embedded-tomcat-1.0.0-SNAPSHOT.jar
打開瀏覽器:http:// localhost:8080/app


