python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Hikari with Postgress datasource
What is the correct way to define hikari datasource in spring boot application ?
We are using this which works but I am not sure what PG datasource is used
datasource.test.jdbcUrl=url
datasource.test....
hudi
Votes: 0
Answers: 0
EntityManagerFactory is initialing
I`m DONT use EJB/Spring etc.
Only Jpa + Servlet.
I`m trying to create
public abstract class AbstractEntityManagerFactory {
private static final EntityManagerFactory emf = Persistence.createEntityManag...
Jap_Story
Votes: 0
Answers: 1
Mariadb driver Aurora IAM credentialType Access denied for user (using password: YES)
We use MariaDB driver 2.7.3 & Hikari Datasource in the Java 11 application to connect to the AWS Aurora database. Intermittently we are getting "Access denied to user"
(using password: Y...
LBPS
Votes: 0
Answers: 0
Hikari pool connection issue avoid db access
We have microservice based system where one dedicated service does all db related calls (db-reader) to MySQL.
There are open circuit errors in other service to db-reader service time to time.
We found...
Sachith Muhandiram
Votes: 0
Answers: 1