-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ReadMe
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|