8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdc8b1 commit b517158Copy full SHA for b517158
src/main/resources/beansForDemoBeanPostProcessor.xml
@@ -1,5 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
+<!--suppress SpringFacetInspection -->
4
<beans xmlns="http://www.springframework.org/schema/beans"
5
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
xsi:schemaLocation="http://www.springframework.org/schema/beans
@@ -15,6 +16,7 @@
15
16
value="Hello World from Steve Sun's very first own Spring project!" />
17
</bean>
18
19
+ <!--suppress SpringFacetInspection -->
20
<bean id="helloChina" class="common.HelloChina"
21
parent="helloWorld" lazy-init="true">
22
<property name="message" value="Hello China! It is China this time!" />
0 commit comments