-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
22 lines (22 loc) · 1.48 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="config"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/asm-3.3.1.jar"/>
<classpathentry kind="lib" path="lib/cglib-2.2.2.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/javassist-3.17.1-GA.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.0-rc1.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.0-rc1.jar"/>
<classpathentry kind="lib" path="lib/mybatis-3.2.7.jar" sourcepath="F:/java/mybatis+springmvc/mybatis传智播客/mybatis/day01/res/jar包/mybatis-3.2.7-source.zip"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.12-bin.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.5.jar"/>
<classpathentry kind="lib" path="lib/ehcache-core-2.6.5.jar"/>
<classpathentry kind="lib" path="lib/mybatis-ehcache-1.0.2.jar" sourcepath="F:/java/mybatis+springmvc/mybatis传智播客/mybatis/day02/res/jar包/ehcache2.6.5/mybatis-ehcache-1.0.2-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>