Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update ReadMe
  • Loading branch information
devdcores authored Apr 13, 2019
1 parent e6c26e9 commit 6e04daa
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
# Spring-Concepts-Basic-Demos
This repo has many small independent spring projects. Just to explore the concepts of spring.

Java, Maven and Tomcat has to be installed in your machine.

# Run Instructions for projects #

1) **SpringDependencyInjectionBasic**

a) import the project as maven project into intellij or eclipse ide.

b) Run the main class App.java


*To execute in command line*

b) run command "mvn package"

c) run command "mvn exec:exec"


2) **SpringWithHibernateBasicsDemo**

a) import the project as maven project into intellij or eclipse ide.

b) Run the main class App.java


*To execute in command line*

b) run command "mvn package"

c) run command "mvn exec:exec"

0 comments on commit 6e04daa

Please sign in to comment.