How to browse local Java App Engine datastore?

后端 未结 7 1848
离开以前
离开以前 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:23

    There's currently no datastore viewer for the Java SDK - one should be coming in the next SDK release. In the meantime, your best bet is to write your own admin interface with datastore viewing code - or wait for the next SDK release.

    Java App Engine now has a local datastore viewer, accessible at http://localhost:8080/_ah/admin.

提交回复
热议问题