1、所需JAR包,如下图所示:
2、项目结构,如下图所示:
3、配置文件:
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema/p"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
<bean class="luo.xiao.bo.spring.HelloImple"></bean>
</beans>
若需要整个项目的源文件,请留言。