I have used many to many relxn but I want to fix second table data so that in next call the data in second table should not be increment how to do that?

|
Sunlight 2022-09-01 15:45:23
Sunlight 2022-09-01 14:44:32
I have two table one is child and second is parent.. Now I want to get parent parameter in child table.. That when I enter data the data is go to child and parent data go to parent table.. And when I want to update parent data and the data should be reflected in child table

Tell me plzz

2022-09-01 16:19:36
rupeshiya 2022-09-01 15:34:54
Hello guys,
Anyone have any idea how to check if request is coming from browser or android or ios app in the backend ?

Check the user agent header of the request

rupeshiya 2022-09-01 16:22:57
2022-09-01 16:19:36
Check the user agent header of the request

Yes I am checking this way only, but I am bit confused how user-agent looks like when request comes from android or ios ?

Thanks a lot for replying 😁

NS 2022-09-01 16:23:04
springbootmicroservices-76554.jpg
I’m trying to send request but expected answer is not coming what to do anyone reply pls
rupeshiya 2022-09-01 16:24:12
rupeshiya 2022-09-01 16:22:57
Yes I am checking this way only, but I am bit confused how user-agent looks like when request comes from android or ios ?

Thanks a lot for replying 😁

Does that contains “iphone” and “android” as string in user agent ?

2022-09-01 16:24:42
rupeshiya 2022-09-01 16:22:57
Yes I am checking this way only, but I am bit confused how user-agent looks like when request comes from android or ios ?

Thanks a lot for replying 😁

If you control both fronts you can add custom headers when you send the request

User agent strings are not standardized but they do follow a logic

2022-09-01 16:25:18
NS 2022-09-01 16:23:04
springbootmicroservices-76554.jpg
I’m trying to send request but expected answer is not coming what to do anyone reply pls

You are looking at body, not headers

rupeshiya 2022-09-01 16:25:37
2022-09-01 16:24:42
springbootmicroservices-76554.jpg
If you control both fronts you can add custom headers when you send the request

User agent strings are not standardized but they do follow a logic

Cool cool

NS 2022-09-01 16:29:07
2022-09-01 16:25:18
springbootmicroservices-76554.jpg
You are looking at body, not headers

Not working

abhi_techy_guy 2022-09-01 16:46:32
NS 2022-09-01 16:23:04
springbootmicroservices-76554.jpg
I’m trying to send request but expected answer is not coming what to do anyone reply pls

What is status of request
If it’s 404 you might be entering in correct path

If it’s 500 some unhandled exception in code

If it’s 200 request was successful but still can’t see data then some issue with logic

Check status code of response and check your console

MichelPrince 2022-09-01 17:08:04
Debiprasad Dash 2022-09-01 14:27:25
springbootmicroservices-76554.jpg
Thank you for your reply
The problem solved

Enjoy bro

Debiprasad Dash 2022-09-01 17:49:33
What is absolute ordering
Anyone know
walid23 2022-09-01 18:02:02
i think this group only for asking not for helping people 👍🏻
Debiprasad Dash 2022-09-01 18:03:53
walid23 2022-09-01 18:02:02
springbootmicroservices-76554.jpg
i think this group only for asking not for helping people 👍🏻

No one giving reply for any question

MichelPrince 2022-09-01 18:04:39
Debiprasad Dash 2022-09-01 17:49:33
springbootmicroservices-76554.jpg
What is absolute ordering
Anyone know

In which?

MichelPrince 2022-09-01 18:04:58
Ask the complete question
2022-09-01 18:05:07
Please don’t complain, this is volunteer work and we only answer what we can.
MichelPrince 2022-09-01 18:05:26
2022-09-01 18:05:07
springbootmicroservices-76554.jpg
Please don’t complain, this is volunteer work and we only answer what we can.

Yes

Debiprasad Dash 2022-09-01 18:06:27
MichelPrince 2022-09-01 18:04:58
springbootmicroservices-76554.jpg
Ask the complete question

what is absolute-ordering in web.xml

MichelPrince 2022-09-01 18:07:28
Debiprasad Dash 2022-09-01 18:06:27
springbootmicroservices-76554.jpg
what is absolute-ordering in web.xml

To force an order for scanning web fragments or scan a subset of the web fragments

Booom Booom Bumrah 2022-09-01 18:38:19
Guys I have used many to many relxn but I want to fix second table data so that in next call the data in second table should not be increment how to do that?
mr_rb6510 2022-09-01 18:40:04
Stop tomcat server from services
Or change port number of server in eclipse ide
Velmurugan 2022-09-01 19:05:52
salil_here 2022-09-01 12:50:34
springbootmicroservices-76554.jpg
on weekends only

Yes

Doni_9936 2022-09-01 19:19:17
Is it easier to learn backend or Android?
One_Eclipse 2022-09-01 19:45:26
salil_here 2022-09-01 12:50:16
springbootmicroservices-76554.jpg
anyone here wants to work on spring boot project for practice ??

Hello I’m here. Would love it so much

salil_here 2022-09-01 19:47:45
One_Eclipse 2022-09-01 19:45:26
springbootmicroservices-76554.jpg
Hello I’m here. Would love it so much

Ping me we will connect

Butterfly 🧚🏻💮 2022-09-01 19:51:10
Hii , anyone here familiar in spring micro services
Shivam 2022-09-01 19:56:27
aniketsinha1996 2022-09-01 13:55:35
springbootmicroservices-76527.jpg
Getting this error which executing post request in my rest api

Try building your project. It will resolve or the rest which are inputting in postman may be wrong

Pranay G 2022-09-01 20:04:08
Anyone have core java roadmap plzz share with me
blizz_pool 2022-09-01 20:08:49
I m using api in my code where i m getting all the response from api in localhost but when i m deploying the code in UAT i m not getting any response as well as i have kept logger.debug to check but that api is not working
|