Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vinayak700/banking-system
- Owner: vinayak700
- Created: 2024-06-22T15:33:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T11:29:43.000Z (3 months ago)
- Last Synced: 2024-08-17T05:36:33.747Z (3 months ago)
- Topics: hibernate-jpa, java, mysql, orm, spring, springboot
- Language: Java
- Homepage:
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```