01 2017 档案

摘要:org.springframework : spring-aop:基于代理的AOP spring-aspects:基于切面的AspectJ spring-beans:beans spring-context:上下文 spring-context-support:包含用于集成第三方库到Spring上下 阅读全文
posted @ 2017-01-11 11:50 PDenzel 阅读(156) 评论(0) 推荐(0) 编辑
摘要:启动main类继承SpringBootServletInitializer,并重写“protected SpringApplicationBuilder configure(SpringApplicationBuilder builder)” 方法即可, 修改pom.xml,把<packaging> 阅读全文
posted @ 2017-01-09 10:57 PDenzel 阅读(299) 评论(0) 推荐(0) 编辑
摘要:几个重要的配置参数,可根据实际的机器和业务特点调整max_connecttions:最大连接数table_cache:缓存打开表的数量key_buffer_size:索引缓存大小query_cache_size:查询缓存大小sort_buffer_size:排序缓存大小(会将排序完的数据缓存起来)r 阅读全文
posted @ 2017-01-09 09:37 PDenzel 阅读(91) 评论(0) 推荐(0) 编辑