Changeset bde8b13 for src/main/resources/application.properties
- Timestamp:
- 01/09/24 01:26:08 (10 months ago)
- Branches:
- master
- Children:
- e272096
- Parents:
- b101b69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/application.properties
rb101b69 rbde8b13 1 1 # 2 spring.datasource.url=jdbc:postgresql://localhost: 9090/db_202324z_va_prj_busngo2 spring.datasource.url=jdbc:postgresql://localhost:8089/db_202324z_va_prj_busngo 3 3 spring.datasource.username=db_202324z_va_prj_busngo_owner 4 4 spring.datasource.password=d9f924580e7 … … 7 7 8 8 spring.datasource.hikari.connection-timeout=20000 9 spring.datasource.hikari.maximum-pool-size= 259 spring.datasource.hikari.maximum-pool-size=5 10 10 11 11 #spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect 12 12 spring.jpa.properties.hibernate.jdbc.non_contextual_creation=true 13 spring.jpa.properties.hibernate.default_schema=project 13 spring.jpa.properties.hibernate.default_schema=project 14 14 15 15 spring.jpa.hibernate.ddl-auto=validate 16 16 spring.jpa.show-sql=true 17
Note:
See TracChangeset
for help on using the changeset viewer.