Configuring application.yml
application.yml
server:
port: 8080
spring:
datasource:
url: jdbc:mysql://localhost:3306/anujsingh_db
username: root
password: secret_password
jpa:
hibernate:
ddl-auto: update