-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
24 lines (24 loc) · 1.57 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/apache-commons-collections"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/apache-commons-logging"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/lombok"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Connector J 8.0"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/el-api.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/jsp-api.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/servlet-api.jar" sourcepath="D:/Java/tomcat/apache-tomcat-8.5.69-src.zip"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/druid-1.1.10.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/mysql-connector-java-8.0.25.jar" sourcepath="E:/Marshal's File/Workspaces/jar packs/jar包/新增/mysql_java_connector/mysql-connector-java-8.0.25-sources.jar"/>
<classpathentry kind="output" path="webapp/WEB-INF/classes"/>
</classpath>