some note
12471220

12471220 @12471220

Joined:
May 28, 2025

some note

Publish Date: Jun 3
0 1

spring xml configurations:

<bean id="exampleBean" class="com.example.ExampleBean">
    <!-- 通过 ref 属性注入另一个名为 'anotherBean' 的 Bean -->
    <property name="someProperty" ref="anotherBean"/>
</bean>

<bean id="anotherBean" class="com.example.AnotherBean"/>
Enter fullscreen mode Exit fullscreen mode
  1. ref means property injection.

Comments 1 total

  • Khelil Badro
    Khelil BadroJun 3, 2025

    there is a CLI named BeB you can use it to create a backend experss and mongodb project in one line try it 😁

Add comment