91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Springboot打包部署代碼怎么寫

發布時間:2021-10-13 14:01:45 來源:億速云 閱讀:129 作者:柒染 欄目:編程語言

這篇文章給大家介紹Springboot打包部署代碼怎么寫,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

先打成war包或者jar包  使用java -jar test1-0.0.1-SNAPSHOT.jar 運行即可

常用依賴

<build>  <plugins>    <plugin>      <groupId>org.apache.maven.plugins</groupId>      <artifactId>maven-compiler-plugin</artifactId>      <configuration>        <source>1.8</source>        <target>1.8</target>        <encoding>utf-8</encoding>      </configuration>    </plugin>    <plugin>      <groupId>org.springframework.boot</groupId>      <artifactId>spring-boot-maven-plugin</artifactId>      <configuration>        <mainClass>com.royal.app.App</mainClass>      </configuration>      <executions>        <execution>          <goals>            <goal>repackage</goal>          </goals>        </execution>      </executions>    </plugin>  </plugins>    <resources>   <resource>    <directory>src/main/java</directory>    <includes>     <include>**/*.xml</include>    </includes>   </resource>   <resource>    <directory>src/main/resources</directory>    <includes>     <include>**/*.*</include>    </includes>   </resource>  </resources></build>

或使用如下代碼指定jdk版本

<properties>  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>  <maven.compiler.source>1.8</maven.compiler.source>  <maven.compiler.target>1.8</maven.compiler.target> </properties>

關于Springboot打包部署代碼怎么寫就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

青龙| 扎兰屯市| 田东县| 潞西市| 龙门县| 五寨县| 正镶白旗| 苏尼特右旗| 郸城县| 宁化县| 保德县| 九龙县| 龙里县| 儋州市| 融水| 休宁县| 县级市| 洛扎县| 浦江县| 罗平县| 赤峰市| 融水| 双流县| 繁峙县| 惠东县| 濉溪县| 渝北区| 丹江口市| 湘乡市| 呼玛县| 石城县| 河北省| 清涧县| 姚安县| 宁津县| 鸡西市| 塔城市| 武宣县| 新巴尔虎左旗| 肥乡县| 奉贤区|