上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页
摘要: 配置: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xs 阅读全文
posted @ 2020-07-12 14:20 阿布都日 阅读(126) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2020-07-12 13:35 阿布都日 阅读(464) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2020-07-12 13:34 阿布都日 阅读(144) 评论(0) 推荐(0)
摘要: 配置: jdbc.driver=org.h2.Driver jdbc.url=jdbc:h2:file:~/.h2/h2 jdbc.username=root jdbc.password=123456 <?xml version="1.0" encoding="UTF-8"?> <project x 阅读全文
posted @ 2020-07-12 11:50 阿布都日 阅读(199) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2020-07-12 11:04 阿布都日 阅读(162) 评论(0) 推荐(0)
摘要: package com.example; /** * 消费者 */ public class Client { public static void main(String[] args) { IProducer producer = Proxy2.getProducer(Producer.clas 阅读全文
posted @ 2020-07-12 10:36 阿布都日 阅读(158) 评论(0) 推荐(0)
摘要: 配置文件: jdbc.driver=org.h2.Driver jdbc.url=jdbc:h2:file:~/.h2/h2 jdbc.username=root jdbc.password=123456 pom文件 <?xml version="1.0" encoding="UTF-8"?> <p 阅读全文
posted @ 2020-07-12 01:35 阿布都日 阅读(150) 评论(0) 推荐(0)
摘要: 1. 加入Spring-test依赖 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>5.2.7.RELEASE</version> </depende 阅读全文
posted @ 2020-07-11 23:21 阿布都日 阅读(123) 评论(0) 推荐(0)
摘要: properties配置 jdbc.driver=org.h2.Driver jdbc.url=jdbc:h2:file:~/.h2/h2 jdbc.username=root jdbc.password=123456 pom配置 <?xml version="1.0" encoding="UTF- 阅读全文
posted @ 2020-07-11 22:53 阿布都日 阅读(197) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2020-07-11 21:39 阿布都日 阅读(140) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页