package com.sevenhu.domain; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; /** * Created by hu on 2016/3/31. */ public class HelloWorld { private String userName; //Sp…