code2
1spring.datasource.driverClassName=org.postgresql.Driver
2spring.datasource.url=jdbc:postgresql://localhost:5432/rest_app_db
3spring.datasource.username=postgres
4spring.datasource.password=741
5
6spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
7spring.jpa.properties.hibernate.show_sql=true