Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 401 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 401 Bytes

assignment

An assignment from Yabelo!

Please do these changes in the project to run it.

spring.jpa.hibernate.ddl-auto=update spring.datasource.url=jdbc:mysql://localhost:3306/assignment spring.datasource.username= {here put your username} spring.datasource.password= {here put your password} spring.datasource.driver-class-name =com.mysql.jdbc.Driver spring.jpa.show-sql: true