摘要:
配置: <?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)