alivxo / PersonalExpenseTracker

0 stars 1 forks source link

Set Up Backend: Connect DB to Application #12

Open alivxo opened 4 days ago

alivxo commented 4 days ago

-- ADD TO pom.xml --

org.springframework.boot spring-boot-starter-data-jpa mysql mysql-connector-java
alivxo commented 4 days ago

-- Configure Application Properties -- spring.datasource.url=jdbc:mysql://localhost:3306/ExpenseTracker spring.datasource.username=root spring.datasource.password=yourpassword spring.jpa.hibernate.ddl-auto=update

SamalaSumanth0262 commented 3 days ago

Hey @alivxo, I just picked up issue-12 and raised a PR. I'm trying to get some hands-on experience with Java Spring Boot (with microservices). Hope you don't mind!