Is it a good practice to use Spring Data JPA and JDBC in the same springboot project?

|
Akkisharma03 2022-08-23 17:24:56
springbootmicroservices-74609.jpg

Akkisharma03 2022-08-23 17:24:56
springbootmicroservices-74608.jpg

Akkisharma03 2022-08-23 17:24:56
springbootmicroservices-74607.jpg

Akkisharma03 2022-08-23 17:24:56
springbootmicroservices-74606.jpg

Akkisharma03 2022-08-23 17:25:03
Please help
Spandana V 2022-08-23 17:29:23
Can anyone please send me sample java developer resumes.
Anurag 3J7 2022-08-23 17:38:27
Member 2022-08-23 14:43:32
How to call external api by internal api?

Use autowired RestTemplate object

Imad_MD 2022-08-23 17:49:34
Anurag 3J7 2022-08-23 17:38:27
Use autowired RestTemplate object

It’s depreciated

Imad_MD 2022-08-23 17:52:23
Akkisharma03 2022-08-23 17:24:56

What is this ?

choslovaki 2022-08-23 17:58:41
Anyone know CAMUNDA BPMN ????
Imad_MD 2022-08-23 17:59:43
Ive already worked with zeebe but very à little so I don’t know if my help can be valuable
choslovaki 2022-08-23 18:01:58
Imad_MD 2022-08-23 17:59:43
Ive already worked with zeebe but very à little so I don’t know if my help can be valuable

It is understandable bro , because in my company they are force me to work on camunda

Anurag 3J7 2022-08-23 18:59:02
Imad_MD 2022-08-23 17:49:34
It’s depreciated

Oh ok..
What’s the other way..?

kev0209 2022-08-23 19:18:45
Is it a good practice to use Spring Data JPA and JDBC in the same springboot project?
Using JPA for insert and update & planning to use JDBC template to read from database.
Atul Kekan 2022-08-23 19:34:08
kev0209 2022-08-23 19:18:45
Is it a good practice to use Spring Data JPA and JDBC in the same springboot project?
Using JPA for insert and update & planning to use JDBC template to read from database.

Why ?

Ujjwal_skg 2022-08-23 20:11:47
Imad_MD 2022-08-23 16:23:16
If it’s really big data I suggested being reactive, so you go for Webflux

If it’s simple calls you can use Web Client

There are three ways- OkHttp, RestTemplate and Apache Client. You can see the tutorials to know more.

kev0209 2022-08-23 21:07:57
Atul Kekan 2022-08-23 19:34:08
Why ?

Have a requirement to use custom query which fetches data using multiple joins. The result is a custom dto object and not entity dependent.

Brian Molina 2022-08-23 22:53:59
Does anyone know of spring boot native?
chillmarr 2022-08-24 08:13:27
Anyone has idea about springboot master data service?
alfaA1 2022-08-24 08:57:11
Anyone know how to return defferent type of multiple list from a method ??
bhagavancv 2022-08-24 10:16:17
Hello guys anyone know how to solve performance issue in query it’s taking too much time
Rishirishi11 2022-08-24 11:07:51
springbootmicroservices-74722.jpg

Rishirishi11 2022-08-24 11:08:29
Rishirishi11 2022-08-24 11:07:51

guys what’s the issue here
can anyone help me understand

Rishirishi11 2022-08-24 11:09:51
Rishirishi11 2022-08-24 11:07:51

does this mean client discovery isn’t running ?

Balu G 2022-08-24 11:10:25
Any send angular and microsevice project
Balu G 2022-08-24 11:10:36
Sample Project
Reddy C 2022-08-24 11:21:33
bhagavancv 2022-08-24 10:16:17
Hello guys anyone know how to solve performance issue in query it’s taking too much time

Select required column instead of select *

Krishna G 2022-08-24 11:23:41
bhagavancv 2022-08-24 10:16:17
Hello guys anyone know how to solve performance issue in query it’s taking too much time

use only required column.dont use like and index your columns which are in where clause.

bhagavancv 2022-08-24 11:25:08
Yeah i did index for where clause nd only selected I’m doing
bhagavancv 2022-08-24 11:25:27
Still it’s taking 2 min for 80k records
|