How to browse local Java App Engine datastore?

后端 未结 7 1846
离开以前
离开以前 2020-12-07 08:37

It seems there is no equivalent of Python App Engine\'s _ah/admin for the Java implementation of Google App Engine.

Is there a manual way I can browse the datastore?

相关标签:
7条回答
  • 2020-12-07 09:32

    http://googleappengine.blogspot.com/2009/07/google-app-engine-for-java-sdk-122.html: "At long last, the dev appserver has a data viewer. Start your app locally and point your browser to http://localhost:8888/_ah/admin http://localhost:8000/datastore* to check it out."

    * as of 1.7.7

    0 讨论(0)
提交回复
热议问题