摘要: Spring日志打印配置 pop.xml文件 <!--log4j2 依赖--> <!--<dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.14 阅读全文
posted @ 2022-06-17 17:29 爱豆技术部 阅读(499) 评论(0) 推荐(0)
摘要: Spring中transaction-manager事件处理 Spring.xml文件配置 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns: 阅读全文
posted @ 2022-06-17 16:07 爱豆技术部 阅读(123) 评论(0) 推荐(0)
摘要: Spring中xml的方式实现DI spring.xml文件配置 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://w 阅读全文
posted @ 2022-06-17 11:22 爱豆技术部 阅读(41) 评论(0) 推荐(0)