maven web应用嵌入式tomcat学习笔记

张开发
2026/4/6 21:17:25 15 分钟阅读

分享文章

maven web应用嵌入式tomcat学习笔记
一 首先创建 maven web 工程暂无二 在maven 中添加嵌入式tomcat配置build plugins plugin artifactIdmaven-compiler-plugin/artifactId version2.3.2/version configuration source1.8/source target1.8/target

更多文章