Skip to content

Instantly share code, notes, and snippets.

@alex4u2nv
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex4u2nv/9a4d5f33b970632752af to your computer and use it in GitHub Desktop.
Save alex4u2nv/9a4d5f33b970632752af to your computer and use it in GitHub Desktop.
share-custom-module-config.xml
<!-- example custom-config.xml bootstrap -->
<bean id="custom.module.config" class="org.springframework.extensions.config.ConfigBootstrap" init-method="register">
<property name="configService" ref="web.config" />
<property name="configs">
<list>
<value>classpath:alfresco/web-extension/share-custom-module-config.xml</value>
</list>
</property>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment