Skip to content

Instantly share code, notes, and snippets.

@r-brown
Created June 1, 2014 20:23
Show Gist options
  • Save r-brown/4b686535617c3303f532 to your computer and use it in GitHub Desktop.
Save r-brown/4b686535617c3303f532 to your computer and use it in GitHub Desktop.
Spring - inject hostname
<bean id="localhost" class="java.net.InetAddress" factory-method="getLocalHost"/>
<bean class="com.labs64.netlicensing.common.convert.schema.TokenToItemConverter">
<property name="shopURL" value="#{localhost.canonicalHostName}/app/content/shop.xhtml?shoptoken=" />
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment