Hii, I’m building one simple spring boot application and I’m trying to get familiar with service and autowired but getting some error, can i share my code here?

|
Opselton 2022-09-16 16:13:51
@ @ 2022-09-16 16:13:44
5.30 p.m

Yes why

@ @ 2022-09-16 16:14:03
Opselton 2022-09-16 16:13:51
Yes why

I am unable to join

@ @ 2022-09-16 16:14:13
@ @ 2022-09-16 16:14:03
I am unable to join

It shows meeting expired

@ @ 2022-09-16 16:17:55
Okay, thanks
amit_krrsharma 2022-09-16 16:23:49
Hii, I’m building one simple spring boot application and I’m trying to get familiar with service and autowired but getting some error, can i share my code here?
beautifulcode01 2022-09-16 16:24:49
@ @ 2022-09-16 16:14:03
I am unable to join

Sharing of Zoom links of classes in the group is not allowed. It will lead to ban from the group.

amit_krrsharma 2022-09-16 16:25:33
springbootmicroservices-79332.jpg

amit_krrsharma 2022-09-16 16:26:07
springbootmicroservices-79333.jpg

amit_krrsharma 2022-09-16 16:26:20
springbootmicroservices-79334.jpg

amit_krrsharma 2022-09-16 16:26:31
springbootmicroservices-79335.jpg

amit_krrsharma 2022-09-16 16:26:45
springbootmicroservices-79336.jpg

amit_krrsharma 2022-09-16 16:27:07
springbootmicroservices-79337.jpg

amit_krrsharma 2022-09-16 16:27:36
Please help me I’m stuck for 2 hours 😔, It will be really helpfull
Abhishek Gupta 2022-09-16 16:35:51
Is anyone can help me to create pipeline using Jenkins?
Abhishek Gupta 2022-09-16 16:37:01
The requirements is like we have to Jmeter performance of the test in Jenkins pipeline
How we can do this using Jenkins any idea would be appreciated
DFAbbio 2022-09-16 17:32:02
amit_krrsharma 2022-09-16 16:27:36
Please help me I’m stuck for 2 hours 😔, It will be really helpfull

Maybe you have to add @Autowired before the repository

amit_krrsharma 2022-09-16 17:35:01
Got it Thank, it’s working now
Chitra Joshi 2022-09-16 18:02:36
Any one done the certification in Google Cloud  Digital Leader
@RP 2022-09-16 21:59:35
Anyone knows about Amedeus lab ?? How the company and wlb??
er_chirag 2022-09-16 22:00:54
@RP 2022-09-16 21:59:35
Anyone knows about Amedeus lab ?? How the company and wlb??

Yes

Faheem_khan_0 2022-09-17 00:10:49
Anyone using spring boot and mongodb here?
Faheem_khan_0 2022-09-17 00:11:16
I have one question
Faheem_khan_0 2022-09-17 00:11:47
How to get update history of a particular row with id
Faheem_khan_0 2022-09-17 00:13:37
springbootmicroservices-79365.jpg
This is the task in need to complete but i am unable to do 3.Assign task and 5.get history of updates
Spark 2022-09-17 06:10:21
Faheem_khan_0 2022-09-17 00:13:37
springbootmicroservices-79365.jpg
This is the task in need to complete but i am unable to do 3.Assign task and 5.get history of updates

For history updates try using orm auditing

Sreeja 2022-09-17 07:14:06
springbootmicroservices-79371.jpg
Answer ?
Sreeja 2022-09-17 07:14:49
Anyone completed 58755 course
Dnyaneshwar Sawale 2022-09-17 08:23:45
public class Test
{
public static void main(String[] args)
{
float[] f= {1.3f,1.4f,1.5f};
System.out.println(f instanceof Object);
}
}

o/p: true can you explain please.

Dnyaneshwar Sawale 2022-09-17 08:36:48
sol: Java arrays are objects. Object class is the super class of all the Java classes. Hence, the code will print true when executed
Rohini Gaikwad 2022-09-17 08:48:33
springbootmicroservices-79382.jpg

|