Skip to content

Commit 6e04daa

Browse files
authored
Update README.md
Update ReadMe
1 parent e6c26e9 commit 6e04daa

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
11
# Spring-Concepts-Basic-Demos
22
This repo has many small independent spring projects. Just to explore the concepts of spring.
3+
4+
Java, Maven and Tomcat has to be installed in your machine.
5+
6+
# Run Instructions for projects #
7+
8+
1) **SpringDependencyInjectionBasic**
9+
10+
a) import the project as maven project into intellij or eclipse ide.
11+
12+
b) Run the main class App.java
13+
14+
15+
*To execute in command line*
16+
17+
b) run command "mvn package"
18+
19+
c) run command "mvn exec:exec"
20+
21+
22+
2) **SpringWithHibernateBasicsDemo**
23+
24+
a) import the project as maven project into intellij or eclipse ide.
25+
26+
b) Run the main class App.java
27+
28+
29+
*To execute in command line*
30+
31+
b) run command "mvn package"
32+
33+
c) run command "mvn exec:exec"
34+

0 commit comments

Comments
 (0)