Configuring application.properties
Spring Boot reads settings from src/main/resources/application.properties.
application.properties
server.port=8080
spring.datasource.url=jdbc:mysql://localhost:3306/anujsingh_db
spring.datasource.username=root
spring.datasource.password=secret_password
spring.jpa.hibernate.ddl-auto=update