From d126ccdccd9cde04075f1e0cd053c1c8cf5bbc48 Mon Sep 17 00:00:00 2001 From: 严智鑫 <test> Date: 星期日, 27 四月 2025 12:30:31 +0800 Subject: [PATCH] 1.增加修改朝阳仓储MES对接接口 2.数据库协议增加和修改(CB7片台,上片,丝印) --- gmms/.classpath | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/gmms/.classpath b/gmms/.classpath index b80cf54..83f762b 100644 --- a/gmms/.classpath +++ b/gmms/.classpath @@ -1,17 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.8.0_121"> + <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> + <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> <attributes> <attribute name="owner.project.facets" value="java"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.0"> - <attributes> - <attribute name="owner.project.facets" value="jst.web"/> - </attributes> - </classpathentry> - <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> - <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> <classpathentry kind="output" path="build/classes"/> </classpath> -- Gitblit v1.8.0