## PostgreSQL spring.datasource.url=jdbc:postgresql://localhost:5432/postgres spring.datasource.username=admin spring.datasource.password=admin ## default connection pool spring.datasource.hikari.connectionTimeout=20000 spring.datasource.hikari.maximumPoolSize=5 spring.datasource.driver-class-name=org.postgresql.Driver #spring.jpa.properties.hibernate.default_schema = eGlas_tes/t spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true spring.jpa.hibernate.ddl-auto=validate spring.jpa.show-sql=true