logging.level.org.springframework.jdbc.core=DEBUGspring.datasource.url=jdbc:postgresql://postgresqlflexibletest.postgres.database.azure.com:5432/demo?sslmode=requirespring.datasource.username=<your_postgresql_ad_non_admin_username>spring.datasource.azure.passwordless-enabled=truespring.sql.i...
3 Setting up : Spring boot + jpa + postgresql 0 How to improve JPA/PostgreSQL query performance? 2 Processing large amount of data from PostgreSQL 0 How to: Spring Boot application with a large database and fast access to a small subset of data 0 10k per second reque...
spring.jooq.sql-dialect=Postgres spring.datasource.type=com.zaxxer.hikari.HikariDataSource spring.datasource.hikari.pool-name=DeckServiceDB spring.datasource.hikari.initial-size=5 spring.datasource.hikari.maximum-pool-size=40 spring.datasource.hikari.minimum-idle=2 spring.datasource.hikari.idle-timeou...
services: db: image: postgres ... labels: org.springframework.boot.jdbc.parameters: 'ApplicationName=application-name-test' ⇓ db-1 | 2024-05-16 10:21:53.323 UTC [39] LOG: execute <unnamed>: SET application_name = 'application-name-test'spring...
logging.level.org.hibernate.SQL=DEBUGspring.datasource.url=jdbc:postgresql://postgresqlflexibletest.postgres.database.azure.com:5432/demo?sslmode=requirespring.datasource.username=<your_postgresql_ad_non_admin_username>spring.datasource.azure.passwordless-enabled=truespring.jpa.hibernate...
spring-projects / spring-boot Public Notifications Fork 40.7k Star 75k Code Issues 514 Pull requests 20 Actions Projects Wiki Security Insights Build Pull Request Auto-configure the Postgres application_name when using Docker Compose #1286 Sign in to view logs ...
[root@HK81-107 postgresql-9 0 0]# /configure checking build system type i686-pc-linux-gnu checking host system type i686-pc-linux-gnu checking which template to use linux checking whether to build with 64-bit integer date/time support yes checking whether NLS is wanted no checking for ...
name=postgresDS --driver-name=postgres --jndi-name=java:jboss/datasources/postgresDS --connection-url=${POSTGRES_CONNECTION_URL,env.POSTGRES_CONNECTION_URL:jdbc:postgresql://db:5432/postgres} --user-name=${POSTGRES_SERVER_ADMIN_FULL_NAME,env.POSTGRES_SERVER_ADMIN_FULL_NAME:postgres} --password...
As root, su to postgres: # su - postgres Create PostgreSQL DB cluster: $ /usr/postgres/8.2/bin/initdb -D /var/postgres/8.2/data As root, use the SMF's svcadm command to start PostgreSQL: # /usr/sbin/svcadm enable postgresql:version_82 ...
logging.level.org.hibernate.SQL=DEBUGspring.datasource.url=jdbc:postgresql://postgresqlflexibletest.postgres.database.azure.com:5432/demo?sslmode=requirespring.datasource.username=<your_postgresql_ad_non_admin_username>spring.datasource.azure.passwordless-enabled=truespring.jpa....