Open alivxo opened 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
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!
-- ADD TO pom.xml --