.classpath 1.1 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_181">
  5. <attributes>
  6. <attribute name="owner.project.facets" value="java"/>
  7. </attributes>
  8. </classpathentry>
  9. <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v9.0">
  10. <attributes>
  11. <attribute name="owner.project.facets" value="jst.web"/>
  12. </attributes>
  13. </classpathentry>
  14. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
  15. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
  16. <classpathentry kind="lib" path="K:/mysql-connector-java-8.0.15/mysql-connector-java-8.0.15.jar">
  17. <attributes>
  18. <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
  19. </attributes>
  20. </classpathentry>
  21. <classpathentry kind="output" path="build/classes"/>
  22. </classpath>