-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 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,35 @@ | ||
# RetailBanking | ||
This is project is based on spring boot , Hibernate JPA and Spring Security | ||
|
||
|
||
|
||
## Requirements | ||
|
||
For building and running the application you need: | ||
|
||
- [JDK 1.8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) | ||
- [Maven 3](https://maven.apache.org) | ||
|
||
|
||
### Guides | ||
|
||
The https://spring.io/[spring.io] site contains several guides that show how to use Spring | ||
Boot step-by-step: | ||
|
||
* https://spring.io/guides/gs/spring-boot/ [Building an Application with Spring Boot] is a | ||
very basic guide that shows you how to create a simple application, run it and add some | ||
management services. | ||
* https://spring.io/guides/gs/actuator-service/ [Building a RESTful Web Service with Spring | ||
Boot Actuator] is a guide to creating a REST web service and also shows how the server | ||
can be configured. | ||
* https://spring.io/guides/gs/convert-jar-to-war/ [Converting a Spring Boot JAR Application | ||
to a WAR] shows you how to run applications in a web server as a WAR file. | ||
|
||
|
||
enjoy my friends | ||
|
||
### Useful Links | ||
- Find out more about me | ||
- LinkedIn : https://www.linkedin.com/in/sushil-dangi | ||
- Facebook : https://www.facebook.com/dangi.sushil5 | ||
- Instagram : https://www.instagram.com/smiley_s_d/ |