摘要: 一 pom<dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc6</artifactId> <version>11.2.0.3</version></dependency>二、yml spring: datasource: url: 阅读全文
posted @ 2019-06-10 18:41 albert_think 阅读(264) 评论(0) 推荐(0) 编辑
摘要: /* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain 阅读全文
posted @ 2019-06-10 16:19 albert_think 阅读(493) 评论(0) 推荐(0) 编辑
摘要: /* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain 阅读全文
posted @ 2019-06-10 16:19 albert_think 阅读(755) 评论(0) 推荐(0) 编辑
摘要: /* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain 阅读全文
posted @ 2019-06-10 15:58 albert_think 阅读(540) 评论(0) 推荐(0) 编辑
摘要: <bean id="datasource" class="org.apache.commons.dbcp.BasicDataSource"> <property name="driverClassName" value="${jdbc.driver}" /> <property name="url" 阅读全文
posted @ 2019-06-10 15:56 albert_think 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 一、 import java.io.IOException;import java.io.InputStream;import java.util.ArrayList;import java.util.HashMap;import java.util.List;import java.util.Ma 阅读全文
posted @ 2019-06-10 15:53 albert_think 阅读(310) 评论(0) 推荐(0) 编辑
摘要: package com.famousPro.process.service.impl; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import 阅读全文
posted @ 2019-06-10 14:50 albert_think 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 一、xml 阅读全文
posted @ 2019-06-10 14:47 albert_think 阅读(326) 评论(0) 推荐(0) 编辑