Thos are, you want make optional right?

|
Aspirant 2022-07-27 20:18:50
Anybody knows how to consume wsdl soap web service in spring boot.
saujrui 2022-07-27 20:20:46
any one know Regex
Tanish Agrawal 2022-07-27 20:21:29
saujrui 2022-07-27 20:20:46
any one know Regex

Yes

saujrui 2022-07-27 20:21:55
can you please explain email validation using regex
Tanish Agrawal 2022-07-27 20:23:23
saujrui 2022-07-27 20:21:55
can you please explain email validation using regex

Ok

Hksandhu18 2022-07-27 20:29:37
mittalyash394 2022-07-27 20:05:28
May be in some hours

Thank You

AD 2022-07-27 20:54:40
Hello team! I am passing id from the front end through RequestParam to the backend controller. The backend updates the flag from active to deactivate whenever the backend endpoint is hit. No update data passed from front end/ URL. Do i use GetMapping or PutMapping?
Riya R 2022-07-27 21:07:28
springbootmicroservices-70135.jpg

Riya R 2022-07-27 21:07:41
Anyone pl
sai333_4 2022-07-27 21:08:49
Sriman java project new batch
Megaknight11 2022-07-27 21:17:25
Any one can help me with @RequestParam annotation?
walterwhite_brkngbad 2022-07-27 21:26:40
Debiprasad Dash 2022-07-27 18:43:24
No
U have to learn java and basic knowledge on adv java

Any good resources ??

mittalyash394 2022-07-27 21:44:19
Megaknight11 2022-07-27 21:17:25
Any one can help me with @RequestParam annotation?

Yes

Megaknight11 2022-07-27 21:50:26
mittalyash394 2022-07-27 21:44:19
Yes

Check pm

Silu9777 2022-07-27 22:29:06
Megaknight11 2022-07-27 21:17:25
Any one can help me with @RequestParam annotation?

What’s your question?

Megaknight11 2022-07-27 22:29:20
Yeah
Megaknight11 2022-07-27 22:30:08
I have 5 requestParam! So i want to make 1 param as mandatory and rest either 1 value should be mandatory
Megaknight11 2022-07-27 22:30:47
Suppose I have 5 params i.e id,name,class,city,location
Megaknight11 2022-07-27 22:31:14
@RequstParam annotation would make id as default
Megaknight11 2022-07-27 22:31:49
How can I either one value could be mandatory i.e name , class,city, location
Megaknight11 2022-07-27 22:32:39
Megaknight11 2022-07-27 22:31:14
@RequstParam annotation would make id as default

By default mandatory****

Hariyana Grande 2022-07-27 22:33:07
im getting “dependency not found”on intellij
Hariyana Grande 2022-07-27 22:33:50
i tried rebuild, mvn clean install -U etc.. but still same error
Silu9777 2022-07-27 22:39:47
Megaknight11 2022-07-27 22:32:39
By default mandatory****

Try with ” required = true “, for mandatory

Megaknight11 2022-07-27 22:40:24
Okay , that is correct
Megaknight11 2022-07-27 22:40:51
Tell me a solution for rest 4 params
Silu9777 2022-07-27 22:41:57
Megaknight11 2022-07-27 22:40:51
Tell me a solution for rest 4 params

Thos are, you want make optional right?

Megaknight11 2022-07-27 22:42:11
Optional but not fully
Megaknight11 2022-07-27 22:42:35
Either of 4 , 1 value should be mandatory
Megaknight11 2022-07-27 22:42:58
Id + name
Or
Id + city
Or
Id + location
|