文件名称:thvld
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2017-05-29
- 文件大小:
- 29kb
- 下载次数:
- 0次
- 提 供 者:
- glotb_******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
显然基于注解的方式更简单易用,更清爽,spring注解事务实现demo-Obviously annotation-based approach is more simple and easy to use, more relaxed, spring annotations transaction implementation demo
(系统自动生成,下载前可以参看下载内容)
下载文件列表
7.classpath
G.settings
..........\.jsdtscope
..........\org.eclipse.core.resources.prefs
..........\org.eclipse.jdt.core.prefs
..........\org.eclipse.m2e.core.prefs
..........\org.eclipse.wst.jsdt.ui.superType.container
..........\org.eclipse.wst.jsdt.ui.superType.name
..........\org.eclipse.wst.validation.prefs
k.project
pom.xml
src
...\main
...\....\java
...\....\....\anotest
...\....\....\.......\dao
...\....\....\.......\...\LogDao.java
...\....\....\.......\Log.java
...\....\....\.......\mapper
...\....\....\.......\......\LogMapper.xml
...\....\....\.......\service
...\....\....\.......\.......\impl
...\....\....\.......\.......\....\TestServiceImpl.java
...\....\....\.......\.......\TestService.java
...\....\resources
...\....\.........\spring.xml
...\....\webapp
...\....\......\index.jsp
...\....\......\WEB-INF
...\....\......\.......\sql.sql
...\....\......\.......\web.xml
...\test
...\....\java
...\....\....\anoTest
...\....\....\.......\SpringContext.java
...\....\....\.......\TestCase.java
...\....\....\ContextConfig.java
...\....\....\TestCase.java
target
......\classes
......\.......\anotest
......\.......\.......\dao
......\.......\.......\...\LogDao.class
......\.......\.......\Log.class
......\.......\.......\mapper
......\.......\.......\......\LogMapper.xml
......\.......\.......\service
......\.......\.......\.......\impl
......\.......\.......\.......\....\TestServiceImpl.class
......\.......\.......\.......\TestService.class
......\.......\spring.xml
......\m2e-wtp
......\.......\web-resources
......\.......\.............\META-INF
......\.......\.............\........\MANIFEST.MF
......\.......\.............\........\maven
......\.......\.............\........\.....\com.bamboo
......\.......\.............\........\.....\..........\anoTest
......\.......\.............\........\.....\..........\.......\pom.properties
......\.......\.............\........\.....\..........\.......\pom.xml
......\test-classes
......\............\anoTest
......\............\.......\SpringContext.class
......\............\.......\TestCase.class
......\............\ContextConfig.class
......\............\TestCase.class