.classpath 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" output="target/classes" path="src">
  4. <attributes>
  5. <attribute name="optional" value="true"/>
  6. <attribute name="maven.pomderived" value="true"/>
  7. </attributes>
  8. </classpathentry>
  9. <classpathentry kind="lib" path="F:/Resources/JAVA/MysqlConnector/mysql-connector-java-8.0.17.jar"/>
  10. <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
  11. <attributes>
  12. <attribute name="maven.pomderived" value="true"/>
  13. </attributes>
  14. </classpathentry>
  15. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-18">
  16. <attributes>
  17. <attribute name="maven.pomderived" value="true"/>
  18. </attributes>
  19. </classpathentry>
  20. <classpathentry kind="src" path="target/generated-sources/annotations">
  21. <attributes>
  22. <attribute name="optional" value="true"/>
  23. <attribute name="maven.pomderived" value="true"/>
  24. <attribute name="ignore_optional_problems" value="true"/>
  25. <attribute name="m2e-apt" value="true"/>
  26. </attributes>
  27. </classpathentry>
  28. <classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
  29. <attributes>
  30. <attribute name="optional" value="true"/>
  31. <attribute name="maven.pomderived" value="true"/>
  32. <attribute name="ignore_optional_problems" value="true"/>
  33. <attribute name="m2e-apt" value="true"/>
  34. </attributes>
  35. </classpathentry>
  36. <classpathentry kind="output" path="target/classes"/>
  37. </classpath>