0
我在帶有Java Persistence API的Google App Engine中的Struts 2中執行了一個項目。 persistence.xml文件應該位於META-INF文件夾中。我在哪裏可以找到META-INF文件夾?我應該在哪裏保存persistence.xml文件。我使用Eclipse作爲我的開發環境。Google App Engine應用程序中的META-INF文件夾
我在帶有Java Persistence API的Google App Engine中的Struts 2中執行了一個項目。 persistence.xml文件應該位於META-INF文件夾中。我在哪裏可以找到META-INF文件夾?我應該在哪裏保存persistence.xml文件。我使用Eclipse作爲我的開發環境。Google App Engine應用程序中的META-INF文件夾
META-INF文件夾應位於MyProject的/ src目錄下,例如:
MyProject/
src/
META-INF/
jdoconfig.xml
log4j.properties
logging.properties
war/
WEB-INF/
lib/
...App Engine JARs...
appengine-web.xml
web.xml
index.html