Zachary Griggs wrote:Are you closing the SqlConnection at some point?
Can you post the source code of what you are doing?
No I am not closing sql connection not working in MYSQL MAC OS although window works without isssue..it's jhipister config datasource:
type: com.zaxxer.hikari.HikariDataSource
url:
jdbc:mysql://localhost:3306/xxxx?useUnicode=true&serverTimezone=UTC
username: root
password: root
hikari:
poolName: Hikari
auto-commit: false
data-source-properties:
cachePrepStmts: true
prepStmtCacheSize: 250
prepStmtCacheSqlLimit: 2048
useServerPrepStmts: true
connectionTimeout: 3000
jpa:
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
database: MYSQL
show-sql: false
properties:
hibernate.id.new_generator_mappings: true
hibernate.connection.provider_disables_autocommit: true
hibernate.cache.use_second_level_cache: true
hibernate.cache.use_query_cache: false
hibernate.generate_statistics: false
hibernate.cache.region.factory_class: com.hazelcast.hibernate.HazelcastCacheRegionFactory
hibernate.cache.hazelcast.instance_name:zzz
hibernate.cache.use_minimal_puts: true
hibernate.cache.hazelcast.use_lite_member: true