When to use and when to use in Spring?

前端 未结 5 1503
轻奢々
轻奢々 2020-12-14 06:51

When to use and when to use in Spring?

5条回答
  •  轮回少年
    2020-12-14 07:20

    • should be used when you have a duplicate id in your parent-child config files and you want to distinguish between the two in either config file.

    • should be used in the child config file to reference the parent id.

    • should be used when you do not have a duplicate id in your parent-child config files.

提交回复
热议问题