Skip to content
Hariom Yadav edited this page Oct 26, 2019 · 2 revisions

Welcome to the Spring wiki!

  1. Spring Hello World - using simple java project (download spring core and spring context jars and add)

  2. Spring Hello World - using maven (no need to download jars, pom.xml will take care of jars) https://github.com/hocyadav/Spring/tree/master/artifact1

service file (bean file) main client file(use bean/obj of service class) beans.xml (create bean/service class obj) pom.xml (use to download external jars)

Clone this wiki locally