java - How can an application know that it is running on Google AppEngine? -
I am trying to find a way to create my Java AppNine application whether it is running on the Appenian server or in development Whether or not the environment mini server I want to do this program, not through some attribute file or other configuration option. You can check any properties of SDK to get this kind of information.
:
com.google.appengine.runtime {Version, environment}
Comments
Post a Comment