Advertisement
Guest User

Untitled

a guest
Oct 10th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 0.43 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
  5.    http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
  6.  
  7.     <bean id="helloBean" class="com.labex.spring.hello.HelloLabex">
  8.         <property name="name" value="labex" />
  9.     </bean>
  10.  
  11. </beans>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement