Skip to content

Instantly share code, notes, and snippets.

@OmarElgabry
Created September 6, 2017 08:52
Show Gist options
  • Select an option

  • Save OmarElgabry/47a0b6deb406e4968e75036a96081c1f to your computer and use it in GitHub Desktop.

Select an option

Save OmarElgabry/47a0b6deb406e4968e75036a96081c1f to your computer and use it in GitHub Desktop.
Spring: A Head Start 🔥 — Beans Configuration (Part 2)
<!-- A simple bean definition -->
<bean id="..." class="...">
<!-- dependencies and configuration for this bean go here -->
</bean>
<!-- App bean -->
<bean id="app" class="App" lazy-init="true"></bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment