What are the latest technologies I need to learn to get the better package?
Is there any need to learn unit testing frameworks?
Is any body having Rest API notes?
Can someone help me with zuul routing?
Can someone please help me?
Can anyone tell why my cmd show this?
Is there any efficient approach to achieve the same ?
Technology are putty,sql,Linux
Some manual deployment
I don’t whether it is good or bad for my career
My work is like copy paste the file
And deployment the ear file in server.
Pls reply
Technology are putty,sql,Linux
Some manual deployment
I don’t whether it is good or bad for my career
My work is like copy paste the file
And deployment the ear file in server.
Pls reply
You can learn some skills like Jenkins , ansible , git etc and can make a good career in devops by continuing in same profile.
Please help me…
I am working in Java, spring, spring boot technologies,
I have 6 years of experience in development,
I need to change the company,
What are the latest technologies I need to learn to get the better package?
Please help me…
I am working in Java, spring, spring boot technologies,
I have 6 years of experience in development,
I need to change the company,
What are the latest technologies I need to learn to get the better package?
Spring boot microservice itself is sufficient.. but in case you want to learn then containerization technology like docker ,kubernetes or cloud technology like AWS or azure
Thank you so much,
Is there any need to learn unit testing frameworks?
Is there any need to learn unit testing frameworks?
It’s must, not all companies ask it but it’s likely that you’ll have to use it in project
I have to explicitly provide routing URL to make it work. Can someone please help me?

Can anyone tell why my cmd show this?

Can anyone tell why my cmd show this?
I Think Class FirstProgram NotFound

Can anyone tell why my cmd show this?
https://www.baeldung.com/java-could-not-find-load-main-class
Explore the reasons for the error “Could not find or load main class” and learn how to avoid them.

@Guruqbsc You are not allowed to ask for recording of Paid courses in this group. Next time Ban.
@Kiran33478 he is trying to sell me course

@Kiran33478 he is trying to sell me course
This person not in this group, as of now! I will block him to join this group

This person not in this group, as of now! I will block him to join this group
Thank you brother
I have a “User” model class and corresponding SQL table containing some user type objects. I need to extract some user from the table, but with excludednullified fields (e.g. Password field).
I understand that the easiest way is to form wrapper thath will receive standard “User” as from model class and modify it as needed, but I’m curious if is there an another efficient way to receive required object.
I’ve tried to use @Query, but it’s not appliacable if return type is different than void or int.
Can I create the scenario like, where static amount of threads has been created,
Thread[] t:
and everytime when request arrive at controller it will map to particular thread t[i] only on basis of some hash operations…
So I am having one endpoint, who listen to event updates on basis of eventId, so one particular eventId can have multiple updates request, but I want to consume them sequentially as per eventID.
I tried using threadpool, taskExecutor but those help to achieve concurrently not sequentially.
Is there any efficient approach to achieve the same ??