I want to do some configuration options (log4j and ActiveJDBC) in my Play application, but there is no way to add custom code At Stratup
Is there any alternative to doing this?
Define the class that extends the GlobalSettings to the root package and Override one of two ways: beforeStart (body removed before any plug-in) or onStart all plugins), depending on what you really need See and.
No comments:
Post a Comment