Springboot學習09 :打JAR包部署,包含jsp資源,防止jsp404

1、注入依賴 一、設定項目打包爲jar: <groupId>com.dahao</groupId> <artifactId>dingshi</artifactId> <packaging>jar</packaging> <version>0.0.1-SNAPSHOT</version> 二、打包插件設定 第一種簡單方式(⭐️不支持JSP版本) <build>
相關文章
相關標籤/搜索