Spring and Maven

Topics 

  • Maven Repositories for Spring artifacts 
  • Creating Spring Maven projects

Maven Repositories for Spring Artifacts

  • Spring publishes its artifacts to two different places: 
    • Maven Central 
    • Enterprise Bundle Repository (EBR) 
  • Maven Central 
    • Default repository 
    • Does not require any special configuration to use 
  • Enterprise Bundle Repository (EBR) 
    • Run by SpringSource 
    • Hosts OSGi-ready versions of hundreds of open source enterprise libraries that are commonly used when developing Spring applications

 

Download Course Contents