source: src/main/resources/application.properties@ bc39b15

Last change on this file since bc39b15 was ed20c2c, checked in by HumaSejdini <humasejdini12@…>, 2 years ago

Initial commit

  • Property mode set to 100644
File size: 680 bytes
RevLine 
[ed20c2c]1
2server.port=8078
3spring.datasource.driver-class-name=org.postgresql.Driver
4spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_thebookspot
5spring.datasource.username=db_202122z_va_prj_thebookspot_owner
6spring.datasource.password=ea0ade774854
7
8
9#spring.jpa.hibernate.ddl-auto=validate
10spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
11spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
12spring.jpa.show-sql=true
13#spring.datasource.url=jdbc:h2:mem:testdb
14#spring.datasource.username=sa
15#
16#spring.h2.console.path=/h2
17#
18#spring.jpa.show-sql=false
19#spring.h2.console.enabled=true
20#
21#spring.thymeleaf.cache=false
Note: See TracBrowser for help on using the repository browser.