summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authortanghao <default@DESKTOP-7FEGRP2>2019-11-29 18:25:03 +0800
committertanghao <default@DESKTOP-7FEGRP2>2019-11-29 18:25:03 +0800
commit7f613afb92b399df0b3e808c59a744bc4ea304a5 (patch)
treefc9f46ad6f9e4e7040233e3cecfcd55cdfbc56c2 /.classpath
parent7d43f2c999e55c003fb1598a4621aaf9bcd05e67 (diff)
feat:confagent初始搭建版本HEADmaster
confagent初版
Diffstat (limited to '.classpath')
-rw-r--r--.classpath32
1 files changed, 32 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..19bc568
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" output="src/main/webapp/WEB-INF/classes" path="src/main/java">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry excluding="**" kind="src" output="src/main/webapp/WEB-INF/classes" path="src/main/resources">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
+ <classpathentry kind="src" output="target/test-classes" path="src/test/java">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="output" path="src/main/webapp/WEB-INF/classes"/>
+</classpath>