手边星辰

博客园 首页 新随笔 联系 订阅 管理

2015年1月8日 #

摘要: 如题:spring获取bean的时候严格区分大小写配置文件helloservice.xml中配置:代码中:ApplicationContext ctx=new ClassPathXmlApplicationContext("helloservice.xml");IInsuranceSearchSer... 阅读全文
posted @ 2015-01-08 17:26 手边星辰 阅读(1442) 评论(0) 推荐(0)

摘要: 有入参的static方法,可以正常使用static的作用是申明:这是类的静态方法,什么时候都可以调用,可以传入入参,也可以不传。上代码:1.带静态方法的类:public class MakeParameters { public static InsuranceSearchRQ makeBas... 阅读全文
posted @ 2015-01-08 16:18 手边星辰 阅读(183) 评论(0) 推荐(0)

摘要: 如题: 如果在maven项目中,Spring获取不到配置文件, 把配置文件放到、src/main/resource文件夹下即可import org.springframework.context.support.ClassPathXmlApplicationContext;//import co... 阅读全文
posted @ 2015-01-08 11:15 手边星辰 阅读(591) 评论(0) 推荐(0)