Skip to content

Commit

Permalink
Update eclipse-java-web-project-introduce.md
Browse files Browse the repository at this point in the history
  • Loading branch information
duanluan authored Feb 15, 2017
1 parent 2f21cb3 commit 7d1b7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclipse-java-web-project-introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
![Tomcat 配置](images/xxi-c-eclipse-project-tomcat-settings-3.jpg)

> * 如上图标注 1 所示,我们可以切换随时为项目切换不同的容器
> * 如上图标注 1 所示,我们可以随时为项目切换不同的容器
> * 如上图标注 2 所示,我们可以指定给运行的容器设置 VM 参数。
> * 如上图标注 3 所示,这分别是在两种命令下的触发的事件。这个是 IntelliJ IDEA 特有的,也是重点。
>
Expand Down Expand Up @@ -136,4 +136,4 @@ FLUSH PRIVILEGES;
![Tomcat 输出 war 包](images/xxi-e-eclipse-project-output-war-1.gif)

> * 如上图 Gif 所示,除了在 Artifacts 中需要配置,还需要在容器中也跟着配置,这样在启动容器的时候才会输出一个 war 压缩包。
> * 通过配置,我们也知道 war 的压缩包本质是根据展开的 war 输出包进行压缩的得来。
> * 通过配置,我们也知道 war 的压缩包本质是根据展开的 war 输出包进行压缩的得来。

0 comments on commit 7d1b7a9

Please sign in to comment.