Guest User

Untitled

a guest
Feb 3rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.44 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3.       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
  5.  
  6.     <bean id="HelloWorld" class="com.spring1.learning.HelloWorld">
  7.         <property name="message" value="Hello World!"/>
  8.     </bean>
  9.  
  10. </beans>
Add Comment
Please, Sign In to add comment