File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Spring-Concepts-Basic-Demos
2
2
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
+
You can’t perform that action at this time.
0 commit comments