Bootstrap

spring 优化

WEB上主要还是容器和数据库上的优化。
比如:
tomcat和apache整合,做负载均衡。
使用spring管理事务
使用hibernate的懒加载等等

;