applicationcontext数据源配置本地路径

来源:互联网 发布:淘宝店铺装修风格大全 编辑:程序博客网 时间:2024/06/05 15:38
<!-- SqlMap setup for iBATIS Database Layer --><bean id="sqlMapClient" class="org.springframework.orm.ibatis.SqlMapClientFactoryBean"><property name="configLocation" value="WEB-INF/sql-map-config.xml"/><property name="mappingLocations" value="file:/C:/Users/Moking/git/jpetstore-ibatis/WebRoot/WEB-INF/*/*.xml"></property><property name="dataSource" ref="dataSource"/></bean>

Spring,ibatis等获取xml文件中路径值是通过调用java.net.URL方法实现,路径名书写格式要按照java.net.URL的格式要求来书写。

Spring 多个配置文件件可以通过<import resource="bean.xml"/>引用,applicationContext.xml不需要

附java.net.URL路径格式:

Java Networking: URL's to Local Files

The URL class can also be used to access files in the local file system. Thus the URL class can be a handy way to open a file, if you need your code to not know whether the file came from the network or local file system.

Here is an example of how to open a file in the local file system using the URL class:

URL url = new URL("file:/c:/data/test.txt");URLConnection urlConnection = url.openConnection();InputStream input = urlConnection.getInputStream();int data = input.read();while(data != -1){    System.out.print((char) data);    data = input.read();}input.close();

Notice how the only difference from accessing a file on a web server via HTTP is the the URL:"file:/c:/data/test.txt".


原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 寄辞职信不接收怎么办 公司不给办离职怎么办 离职手续表填写错误怎么办 退货少退了个配件怎么办 小米8拖影严重怎么办 被兼职中介骗了怎么办 被兼职中介坑了怎么办 人在工厂宿舍死了怎么办 事业单位在编人员开除后社保怎么办 因违规无法进群怎么办 微信号违规进不了群怎么办 工作跨省调动社保怎么办 工作中看到别人违反规定应该怎么办 深户调令过期了怎么办 特岗教师满三年怎么办 特岗教师想辞职怎么办 入职一周想离职怎么办 原单位买断工龄后档案怎么办 北京国企辞职后户口怎么办 工作档案弄丢了怎么办 沈阳大集体职工工龄漏算怎么办 集体职工工龄漏算怎么办 cad打开字体是问号怎么办 cad中字体显示问号怎么办 代扣代缴个税申报逾期申报怎么办 个税申报错了怎么办 个税公司报错了怎么办 个税为0没申报怎么办 建筑老项目无法取得发票怎么办 客户说选的地砖不好看怎么办 外国客户打电话来不敢接怎么办 电话营销遇到不礼貌的客户怎么办 去领导家被拒绝怎么办 共享电车没电了怎么办 享骑电单车没电怎么办 小车前轮刹车卡钳卡死了怎么办 耐克气垫鞋扎了怎么办 骑自行车右大腿根痛怎么办 骑车骑得膝盖疼怎么办 骑了自行车腿疼怎么办 群面没有被问题怎么办