
spring
psvmhw
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring 访问多个数据源(jdbcUrl写死)
1.数据源配置 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:c原创 2015-07-20 21:09:08 · 2673 阅读 · 1 评论 -
spring中使用slf4j记录日志
为什么要使用slf4j,http://www.importnew.com/7450.html,看完没看懂,反正就是好,呵呵 1. 在pom.xml中添加依赖库 org.slf4j slf4j-log4j12 1.7.2 commons-loggi原创 2015-09-16 16:05:22 · 2947 阅读 · 0 评论