Skip to content
cyrille-leclerc edited this page Dec 28, 2012 · 6 revisions

Declare bean:

<beans ...>
   <bean id="jmxExporter" class="org.jmxexporter.JmxExporterFactory" />
   ...
</beans>

Available bean properties:

  • configurationUrl: delimited list of urls (classpath:, http://..., file:/...)
  • configurationUrls: Spring List of configuration file urls.