Skip to content

Commit 28452f0

Browse files
committed
no message
1 parent ecda297 commit 28452f0

38 files changed

Lines changed: 8 additions & 0 deletions

build/classes/main/helloworld.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
<bean id="helloworld" class="org.tj.spring.helloworld.HelloWorld" scope="singleton">
6+
<property name="message" value="Hello World!"/>
7+
</bean>
8+
</beans>
514 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)