Skip to content

Commit

Permalink
fix 'spring' spell mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanmie committed Jun 16, 2018
1 parent 9d5b179 commit bdf92cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ APM — Application Performance Management
* [《四张图带你了解Tomcat系统架构》](https://blog.csdn.net/xlgen157387/article/details/79006434)

* [《JBoss vs. Tomcat: Choosing A Java Application Server》](https://www.futurehosting.com/blog/jboss-vs-tomcat-choosing-a-java-application-server/)
* Tomcat 是轻量级的 Serverlet 容器,没有实现全部 JEE 特性(比如持久化和事务处理),但可以通过其他组件代替,比如Srping
* Tomcat 是轻量级的 Serverlet 容器,没有实现全部 JEE 特性(比如持久化和事务处理),但可以通过其他组件代替,比如Spring
* Jboss 实现全部了JEE特性,软件开源免费、文档收费。

#### 调优方案
Expand Down Expand Up @@ -1814,7 +1814,7 @@ TODO
* [《JVM安全退出(如何优雅的关闭java服务)》](https://blog.csdn.net/u011001084/article/details/73480432)
推荐推出方式:System.exit,Kill SIGTERM;不推荐 kill-9;用 Runtime.addShutdownHook 注册钩子。
* [《常见Java应用如何优雅关闭》](http://ju.outofmemory.cn/entry/337235)
Java、Srping、Dubbo 优雅关闭方式。
Java、Spring、Dubbo 优雅关闭方式。

## 数据库扩展

Expand Down

0 comments on commit bdf92cf

Please sign in to comment.