Skip to content

Instantly share code, notes, and snippets.

@sue445
Created May 4, 2013 16:15
Show Gist options
  • Save sue445/5517961 to your computer and use it in GitHub Desktop.
Save sue445/5517961 to your computer and use it in GitHub Desktop.
GAErminal上でappengineのproduction環境のAPIバージョンを取得してみた
import org.slim3.util.ServletContextLocator
def servletContext = ServletContextLocator.get()
def serverInfo = servletContext.serverInfo
println serverInfo // => Google App Engine/Google App Engine/1.8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment