Anyone know the answer?

|
wolfy7777 2022-07-30 23:14:07
hi guys im trying to return the webservice call response inside a class for validating the response but i couldnt to do that
wolfy7777 2022-07-30 23:14:10
plz help me
shyam 2022-07-31 04:43:17
Hi everyone I am looking for a job change, I would really appreciate if someone can refer please do let me know I will dm my resume
Profile: Java developer
EXP : 3.5 Years
shyam 2022-07-31 06:14:30
Anil 2022-07-30 19:55:15
When you added basic authentication in pom.xml, it gives default password. When you run application it prompts for userid and password.

Check my github code for basic Auth with DB
https://github.com/Shyam8091/springboot-security

GitHub – Shyam8091/springboot-security: Spring boot security with Basic AuthenticationGitHub
Spring boot security with Basic Authentication. Contribute to Shyam8091/springboot-security development by creating an account on GitHub.
shyam 2022-07-31 06:14:49
And atleast like that if you find it useful
Debiprasad Dash 2022-07-31 09:18:38
In setter injection which object will be created first
Dependent class object or target class object
Please answer
Debiprasad Dash 2022-07-31 09:24:28
Anyone know the answer?
Silentboy002 2022-07-31 09:58:23
How to add some other dependency in springboot after creating project

I am using sts tool

S!D 2022-07-31 09:59:38
Silentboy002 2022-07-31 09:58:23
How to add some other dependency in springboot after creating project

I am using sts tool

Right click on project spring>> add starter

Silentboy002 2022-07-31 10:01:04
S!D 2022-07-31 09:59:38
Right click on project spring>> add starter

No option

S!D 2022-07-31 10:02:58
Silentboy002 2022-07-31 10:01:04
No option

Is there

Silentboy002 2022-07-31 10:03:36
S!D 2022-07-31 10:02:58
Is there

Please share screenshot

Aishuu 2022-07-31 11:45:51
Can anyone say about string classes
mittalyash394 2022-07-31 11:46:23
Silentboy002 2022-07-31 09:58:23
How to add some other dependency in springboot after creating project

I am using sts tool

Just go on Chrome, search for dependency that you want

beautifulcode01 2022-07-31 12:11:27
Guys, asking for paid programming videos is not allowed in this group. Anyone asking for it, will be banned.
beautifulcode01 2022-07-31 12:11:55
Reason: copyright issues
ram 2022-07-31 12:41:40
TheLurkingLegend 2022-07-29 23:37:35
The same

its not the same at all, got it solved
payload => string form of json object with key value pairs , value could be array or nested objects
Map<String,Object> map=new ObjectMapper().readValue(payload,new TypeReference<Map<String,Object>>() {});

Avengers90192 2022-07-31 12:59:48
How to print 1 to n numbers.. Without using loops??
Vzzzz20 2022-07-31 13:50:56
Avengers90192 2022-07-31 12:59:48
How to print 1 to n numbers.. Without using loops??

if (i <= 100)

{

System.out.printf(“%d “, i++);

main(null)
}

erjoseph 2022-07-31 13:52:33
Avengers90192 2022-07-31 12:59:48
How to print 1 to n numbers.. Without using loops??

System.out.println(1) ecc

Rahul 2022-07-31 14:56:09
Please suggest youtube channel for springboot and microservice
Spark 2022-07-31 15:21:19
Vzzzz20 2022-07-31 13:50:56
if (i <= 100)

{

System.out.printf(“%d “, i++);

main(null)
}

I think we used recursion by calling main method…. Is there any way. With out recursion

Kkkfkfknnn 2022-07-31 15:35:42
Any one have mount blue technologies exam
Wissaliix 2022-07-31 16:00:46
guys how to get path of a file to use it in tesseract
Debiprasad Dash 2022-07-31 16:01:10
Guys anyone using Intellij for springboot
Wissaliix 2022-07-31 16:01:12
springbootmicroservices-70699.jpg

Wissaliix 2022-07-31 16:03:06
Wissaliix 2022-07-31 16:01:12

here i don’t want to specifie the path i want he can get it automatically when I selected picture to applicate the model of OCR with tesseract

Debiprasad Dash 2022-07-31 16:08:21
Debiprasad Dash 2022-07-31 16:01:10
Guys anyone using Intellij for springboot

Anyone here?

AjayKumar_03 2022-07-31 16:09:31
Debiprasad Dash 2022-07-31 16:08:21
Anyone here?

Yeah.. what’s your query

Debiprasad Dash 2022-07-31 16:10:23
I am using Intellij for springboot but there is no option to create spring starter project
Which plugin I have to install
|