See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| #Database Configuration | |
| spring.datasource.url=jdbc:mariadb://localhost:3306/billboard | |
| spring.datasource.username=root | |
| spring.datasource.password= | |
| spring.datasource.driver-class-name=org.mariadb.jdbc.Driver | |
| #Hibernate Configuration | |
| # Show or not log for each sql query | |
| spring.jpa.show-sql=true |