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

溫馨提示×

溫馨提示×

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

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

springbootjar項目怎么修改為war項目

發布時間:2021-08-10 17:06:21 來源:億速云 閱讀:146 作者:Leah 欄目:編程語言

springbootjar項目怎么修改為war項目,很多新手對此不是很清楚,為了幫助大家解決這個難題,下面小編將為大家詳細講解,有這方面需求的人可以來學習下,希望你能有所收獲。

重寫實現

@SpringBootApplicationpublic class JeewxBootApplication extends SpringBootServletInitializer {  public final static Logger log = LoggerFactory.getLogger(JeewxBootApplication.class);  public static void main(String[] args) {    ConfigurableApplicationContext application = SpringApplication.run(JeewxBootApplication.class, args);    Environment env = application.getEnvironment();    String ip = InetAddress.getLocalHost().getHostAddress();    String port = env.getProperty("server.port");    String path = env.getProperty("server.servlet.context-path");    log.info("\n----------------------------------------------------------\n\t" +      "Application is running! Access URLs:\n\t" +      "Local: \t\thttp://localhost:" + port + path + "/\n\t" +      "External: \thttp://" + ip + ":" + port + path + "/\n\t" +      "----------------------------------------------------------");  }  @Override  protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {    return application.sources(JeewxBootApplication.class);  }}

pom文件添加插件

<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId>  <configuration>    <failOnMissingWebXml>false</failOnMissingWebXml>  </configuration></plugin>

pom文件添加依賴

<dependency>  <groupId>org.springframework.boot</groupId>  <artifactId>spring-boot-starter-tomcat</artifactId>  <scope>provided</scope></dependency><dependency>  <groupId>javax.servlet</groupId>  <artifactId>javax.servlet-api</artifactId>  <version>3.0.1</version>  <scope>provided</scope></dependency>

看完上述內容是否對您有幫助呢?如果還想對相關知識有進一步的了解或閱讀更多相關文章,請關注億速云行業資訊頻道,感謝您對億速云的支持。

向AI問一下細節

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

AI

和田县| 都江堰市| 天水市| 离岛区| 皋兰县| 万全县| 博客| 精河县| 大竹县| 凉城县| 吴旗县| 阿图什市| 屯留县| 祁东县| 镶黄旗| 咸宁市| 大足县| 昌宁县| 和静县| 昭苏县| 五寨县| 平定县| 湖口县| 北宁市| 丰镇市| 嘉黎县| 固始县| 海门市| 石河子市| 板桥市| 上林县| 宁波市| 寿阳县| 绥德县| 利辛县| 朔州市| 平度市| 维西| 荥阳市| 克拉玛依市| 黑山县|