資源簡介
太原理工大學《企業級框架技術》spring和mybatis實驗
掌握Spring框架相關技術,學會Spring框架技術中依賴注入和面向切面編程的軟件開發方法。
熟悉JDBC、MySQL、JUnit和MyBatis等相關技術,培養良好的代碼風格,為其他實驗做好準備。
代碼片段和文件信息
package?cn.zfy.eft.exp1.Annotation;
import?org.springframework.context.ApplicationContext;
import?org.springframework.context.support.ClassPathxmlApplicationContext;
public?class?Exp1Test?{
public?static?void?main(String[]?args)?{
String?xmlpath?=?“cn/zfy/eft/exp1/Annotation/bean.xml“;
ApplicationContext?ac?=?new?ClassPathxmlApplicationContext(xmlpath);
StudentController?studentController?=?(StudentController)?ac
.getBean(“studentController“);
studentController.save();
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-05-13?15:09??新建文件夾?(2)\
?????目錄???????????0??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\
?????文件????????1698??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\.classpath
?????文件????????1044??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\.project
?????目錄???????????0??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\.settings\
?????文件?????????503??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\.settings\.jsdtscope
?????文件?????????364??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\.settings\org.eclipse.jdt.core.prefs
?????文件?????????485??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\.settings\org.eclipse.wst.common.component
?????文件?????????345??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\WebContent\
?????目錄???????????0??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\WebContent\me
?????文件??????????39??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\WebContent\me
?????目錄???????????0??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\WebContent\WEB-INF\
?????目錄???????????0??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\WebContent\WEB-INF\lib\
?????文件????????4467??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\WebContent\WEB-INF\lib\aopalliance-1.0.jar
?????文件?????1929029??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\WebContent\WEB-INF\lib\aspectjweaver-1.8.10.jar
?????文件???????61829??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\WebContent\WEB-INF\lib\commons-logging-1.2.jar
?????文件??????379905??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\WebContent\WEB-INF\lib\spring-aop-4.3.6.RELEASE.jar
?????文件???????58723??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\WebContent\WEB-INF\lib\spring-aspects-4.3.6.RELEASE.jar
?????文件??????762701??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\WebContent\WEB-INF\lib\spring-beans-4.3.6.RELEASE.jar
?????文件?????1136805??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\WebContent\WEB-INF\lib\spring-context-4.3.6.RELEASE.jar
?????文件?????1117842??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\WebContent\WEB-INF\lib\spring-core-4.3.6.RELEASE.jar
?????文件??????263304??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\WebContent\WEB-INF\lib\spring-ex
?????目錄???????????0??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\build\
?????目錄???????????0??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\build\classes\
?????目錄???????????0??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\build\classes\cn\
?????目錄???????????0??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\build\classes\cn\zfy\
?????目錄???????????0??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\build\classes\cn\zfy\eft\
?????目錄???????????0??2020-05-13?15:09??新建文件夾?(2)\EFTExp1_ZFY\build\classes\cn\zfy\eft\exp1\
............此處省略100個文件信息
評論
共有 條評論