Hikari Pool #1490
Unanswered
powerserg19
asked this question in
Q&A
Hikari Pool
#1490
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to figure out how to pause HikariPool from trying to connect to my DB until I load my password
Hikari pool is the VERY first thing that runs when my app runs
My Micronaut 3.10 application uses implementation 'io.micronaut.sql:micronaut-jdbc-hikari:v6.0.0'
My Crud Repository class is this
My Mapped Entity
I have tried various setting in my application.yml to delay it but nothing seems to work
What is the approach to to having Hikari either wait for my bean to load the password or manually control Hikari myself. I tried the latter but then i get not backing repository config exists.
If I run my app in my IDE my Bean class that loads the passwords runs before Hikari. If I run the jar that is not the case
Please Help!
Beta Was this translation helpful? Give feedback.
All reactions