+
+
+ + <%-- WELCOME MESSAGE --%> +
+

Welcome to Grails Plugin Template

+
+ + <%-- RUNTIME VERSIONS --%> +
+
+
+
Runtime versions
+
    +
  • + + + Grails + + +
  • +
  • + + + Spring Boot + + ${SpringBootVersion.getVersion()} +
  • +
  • + + + Spring + + ${SpringVersion.getVersion()} +
  • +
  • + + + Groovy + + ${GroovySystem.getVersion()} +
  • +
  • + + + JVM (${System.getProperty('java.vendor')}) + + ${System.getProperty('java.version')} +
  • +
+
+
+
+
+
+
+
+ + <%-- APPLICATION INFO --%> +
+
+
+
+
Application
+ + + + Reloading active + + + + + + Reloading inactive + + +
+
    +
  • + Name + +
  • +
  • + Version + + + +
  • +
  • + Profile + + ${grailsApplication.config.getProperty('grails.profile')} + +
  • +
  • + Environment + ${Environment.current.name} +
  • +
+
+
+
+ + <%-- SERVER INFO --%> +
+
+
+
+
Server
+
+
    +
  • + Servlet Container + ${servletContext.serverInfo} +
  • +
  • + Host + ${InetAddress.localHost} +
  • +
  • + OS + + ${System.getProperty('os.name')} ${System.getProperty('os.version')} (${System.getProperty('os.arch')}) + +
  • +
+
+
+
+ + <%-- ARTEFACT COUNTS --%> +
+
+
+
+
Artefact counts
+
+ +
    +
  • + Controllers + ${numControllers} +
  • +
  • + Domains + ${grailsApplication.domainClasses.size()} +
  • +
  • + Services + ${grailsApplication.serviceClasses.size()} +
  • +
  • + Tag Libraries + ${grailsApplication.tagLibClasses.size()} +
  • +
+
+
+
+ +
+
+