簡體   English   中英

Java spring / spring boot Application: Web logic to Tomcat conversion

[英]Java spring / spring boot Application : Web logic to Tomcat conversion

I am asked to convert the existing Java spring / spring boot Application that runs on Web logic to Tomcat. 我知道依賴項需要更新,主要 class 需要更新。 但是我沒有 Tomcat 遷移的清單,希望有人可以經歷相同的遷移過程並記錄在案。

Can you please assist with the checklist / process to be followed for migrating the existing Java spring / spring boot Application that runs on Web logic to Tomcat?

Web 邏輯到 Tomcat 轉換 spring 啟動應用程序需要幾個步驟,例如:

  1. 依賴關系的變化。
  2. servletinitializer 中的更改
  3. 部署:生成 jar/war 文件

以下是清單

在此處輸入圖像描述

為了以正確的方式完成工作,我建議您訪問以下帖子:

https://dev.to/varshithv/migration-of-java-spring-boot-applications-from-weblogic-to-tomcat-server-jpd

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM