Files
LM/.settings/org.eclipse.wst.common.component
LAPTOP-I47JE7I7\Lenovo e45549ec5a 重新提交
2026-04-08 10:56:37 +08:00

10 lines
612 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="LM">
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
<property name="context-root" value="LM"/>
<!-- 必须是「项目根下的 build/classes」不能写成 /LM/build/classes否则类文件不会进 WEB-INF/classesTomcat 会 ClassNotFound -->
<property name="java-output-path" value="/build/classes"/>
</wb-module>
</project-modules>