随笔- 488
文章- 1
评论- 31
阅读-
144万
05 2020 档案
导出maven项目依赖的jar包(转)
摘要:原地址:https://blog.csdn.net/www52limingcom/article/details/78820891一、导出到自定义目录中在maven项目下创建lib文件夹,输入以下命令:1mvn dependency:copy-dependencies -DoutputDirecto
阅读全文
is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
摘要:记一次Spring配置事故 https://www.cnblogs.com/asfeixue/p/9535851.html 【小家Spring】注意BeanPostProcessor启动时对依赖Bean的“误伤”陷阱(is not eligible for getting processed by
阅读全文
SqlServerDruidUtil
摘要:配置了yml文件 package com.tylin.erpreport.util; import com.alibaba.druid.pool.DruidDataSource; import org.springframework.core.io.ClassPathResource; import
阅读全文
SqlServer SQLException 该连接已关闭
摘要:转: com.microsoft.sqlserver.jdbc.SQLServerException: 该连接已关闭 Connection实例是线程安全的吗 com.microsoft.sqlserver.jdbc.SQLServerException: 该连接已关闭 Connection对象不能作
阅读全文