Guest User

Untitled

a guest
Jun 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <bean id="config" class="my.ConfigurationImpl"></bean>
  2. <bean id="server" class="my.ServerImpl">
  3. <constructor-arg value="#{config.serverPort}"/>
  4. </bean>
Add Comment
Please, Sign In to add comment