We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b4486 commit 1274351Copy full SHA for 1274351
IX. ‘How-to’ guides/81.4 Deploying a WAR to Weblogic.md
@@ -1,6 +1,6 @@
1
### 81.4 部署WAR到Weblogic
2
3
-想要将Spring Boot应用部署到Weblogic,你需要确保你的servlet初始化器直接实现WebApplicationInitializer(即使你继承的基类已经实现了它)。
+想要将Spring Boot应用部署到Weblogic,你需要确保你的servlet初始化器直接实现`WebApplicationInitializer`(即使你继承的基类已经实现了它)。
4
5
一个传统的Weblogic初始化器可能如下所示:
6
```java
0 commit comments