source: src/main/resources/application.properties@ 5ea00d7

Last change on this file since 5ea00d7 was 5ea00d7, checked in by Malek Alavi <malekalavi7@…>, 43 hours ago

Initial project upload

  • Property mode set to 100644
File size: 407 bytes
RevLine 
[5ea00d7]1spring.application.name=db
2spring.datasource.url=jdbc:postgresql://localhost:3307/db_202526z_va_prj_olpms
3spring.datasource.username=db_202526z_va_prj_olpms_owner
4spring.datasource.password=3ad0b6760a91
5spring.datasource.driver-class-name=org.postgresql.Driver
6
7spring.jpa.hibernate.ddl-auto=validate
8
9spring.jpa.show-sql=true
10spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
Note: See TracBrowser for help on using the repository browser.