Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vinayak700/banking-system

A Springboot Banking System with Hibernate + JPA and mysql.
https://github.com/vinayak700/banking-system

hibernate-jpa java mysql orm spring springboot

Last synced: 2 days ago
JSON representation

A Springboot Banking System with Hibernate + JPA and mysql.

Awesome Lists containing this project

README

        

# Java SpringBook Banking System Application

## Here are the Steps to Get Started

### For Backend

** Replace mysql username & password in application.properties **
```Properties
spring.datasource.username=root
spring.datasource.password=YOUR__PASSWORD
```
** Navigate to the java source code path**

```Path
cd \Capstone_Bank_Project\src\main\java\com\bank
```

**Run your java application**
```bash
java -jar CapstoneBankProjectApplication.java
```