Changeset e5de1b0 for src/main/resources/application.properties
- Timestamp:
- 09/22/22 15:35:07 (2 years ago)
- Branches:
- master
- Children:
- 3692f0d
- Parents:
- 5506b50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/application.properties
r5506b50 re5de1b0 1 server.port=8081 2 3 spring.profiles.active=prod 4 5 #spring.datasource.hikari.connection-timeout=20000 6 #spring.datasource.hikari.maximum-pool-size=5 7 8 #spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect 9 #spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true 10 # 11 #spring.jpa.hibernate.ddl-auto=update 12 #spring.jpa.show-sql=true 13 # 14 #spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl 15 # 16 # 17 #spring.jpa.open-in-view=false 1 server.port=9091 18 2 19 3 # Datasource configuration 20 #spring.datasource.url=jdbc:postgresql://localhost:5432/libraryDB 21 #spring.datasource.username=vintageLibrary 22 #spring.datasource.password=baza123 4 spring.datasource.url=jdbc:postgresql://localhost:5432/parkingDB 5 spring.datasource.username=parkDB 6 spring.datasource.password=parkdb123 7 8 # Default connection pool 9 spring.datasource.hikari.connection-timeout=20000 10 spring.datasource.hikari.maximum-pool-size=5 11 12 spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect 13 spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true 14 15 spring.jpa.hibernate.ddl-auto=update 16 spring.jpa.show-sql=true 17 18 19 spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl 20 21 spring.jpa.open-in-view=false
Note:
See TracChangeset
for help on using the changeset viewer.