简体   繁体   English

我怎么知道Grails应用程序已满载?

[英]How do I know a Grails application is fully loaded?

我想在我的Grails 2.2应用程序代码中设置这样的侦听器...

I tried the init() method of the BootStrap in both dev and prod. 我在dev和prod中都尝试了BootStrapinit()方法。 Looks like it's being called exactly before the server becomes ready to serve requests. 看起来正好在服务器准备好服务请求之前被调用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我如何知道正在使用的Web服务器gradle / grails? - How do I know what webserver gradle / grails is using? 除了LoginController Grails spring security Request map之外,如何为所有URL指定IS_AUTHENTICATED_FULLY? - How do I specify IS_AUTHENTICATED_FULLY for all urls except LoginController Grails spring security Request map? 如何为现有应用程序升级Grails版本? - How do I upgrade the Grails version for an existing application? 如何将WordPress博客与Grails应用程序集成? - How do I integrate WordPress blogs with my Grails application? Grails 2.4.5如何连接对应用程序上下文的引用? - Grails 2.4.5 How do I wire in an reference to an application context? 如何将基于hudson构建的grails应用程序部署到JbossAS 7? - How do I deploy a grails application built on hudson to JbossAS 7? 在Grails中将模型作为JSON返回时如何处理延迟加载的引用 - How do I handle lazy loaded references when returning a model as JSON in Grails 如何在启动时禁用grails加载默认加载的某些插件? - How do I disable grails from loading certain plugins loaded by default when starting up? 如何在本地完全运行Grails? - How to run Grails fully locally? 我如何知道Grails域POJO自检索后是否发生了变化? - How do I know if Grails domain POJO was changed since its retrieval?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM