Can anyone send springboot and microservices interview questions?

|
SexiestDude 2022-08-01 17:57:59
A field i don’t want in Group by clause but want in select query …………….it says ERROR: column “d.issue_date” must appear in the GROUP BY clause or be used in an aggregate function….
How do i pass it now ?
Sri312 2022-08-01 18:37:08
Pringframework.beans.factory.unsatisfiedDependencyException:Error creating the bean with name ‘attachmentcontroller’: unsatisfied dependency expressed through field
Sri312 2022-08-01 18:37:56
Annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElemnent.resolveFeildValue(AutowiredAnnotationBeanPostPricessor.java:600)~ [spring-beans-5.3.8.Jar:5.3.8]
Sri312 2022-08-01 18:39:46
Can any please help me out
Sri312 2022-08-01 18:40:59
Could not resolve placeholder in value
Ramanagouda Guraddi 2022-08-01 19:04:59
akshaysangle 2022-08-01 14:20:02
model.addAttribute(“user”, new User()) ; what is purpose of new User() here

If you write new user() form data will set empty

Rs 2022-08-01 19:38:14
I want to learn microservices
shikariman1 2022-08-01 19:38:27
I have worked inJava for around 4 years, but till now I ahve done anything in Springbbot. Should I start Sring now because I find many companies are demanding spring as a skill, when I ine=teract with them. Kindly anyone guide how to start and how to move with spring.
Rs 2022-08-01 19:38:52
Please suggest good resources/ YouTube/ udemy
shikariman1 2022-08-01 19:39:37
shikariman1 2022-08-01 19:38:27
I have worked inJava for around 4 years, but till now I ahve done anything in Springbbot. Should I start Sring now because I find many companies are demanding spring as a skill, when I ine=teract with them. Kindly anyone guide how to start and how to move with spring.

Please Please suggest good resources/ YouTube/ udemy

Debiprasad Dash 2022-08-01 19:42:35
shikariman1 2022-08-01 19:38:27
I have worked inJava for around 4 years, but till now I ahve done anything in Springbbot. Should I start Sring now because I find many companies are demanding spring as a skill, when I ine=teract with them. Kindly anyone guide how to start and how to move with spring.

U can start from spring core
Selenium express (youtube Channel)

shikariman1 2022-08-01 19:43:44
Debiprasad Dash 2022-08-01 19:42:35
U can start from spring core
Selenium express (youtube Channel)

Okk, there is some project also involved in that playlist?

Debiprasad Dash 2022-08-01 19:44:37
shikariman1 2022-08-01 19:43:44
Okk, there is some project also involved in that playlist?

No

Debiprasad Dash 2022-08-01 19:45:02
U can follow code with durgesh
shikariman1 2022-08-01 19:45:12
Debiprasad Dash 2022-08-01 19:45:02
U can follow code with durgesh

okk

Debiprasad Dash 2022-08-01 19:45:13
There u can find project
shikariman1 2022-08-01 19:46:18
Debiprasad Dash 2022-08-01 19:45:13
There u can find project

okk

Bakyt130600 2022-08-01 21:22:34
The dependencies of some of the beans in the application context form a cycle:

┌─────┐
| securityConfig (field private org.springframework.security.core.userdetails.UserDetailsService com.example.auth.config.SecurityConfig.userDetailsService)
↑ ↓
| userServiceImpl (field private org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder com.example.auth.services.impl.UserServiceImpl.bCryptPasswordEncoder)
└─────┘

Action:

Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.

Bakyt130600 2022-08-01 21:22:47
springbootmicroservices-71147.jpg

Bakyt130600 2022-08-01 21:22:58
springbootmicroservices-71148.jpg

mrapp26 2022-08-01 21:37:28
Anyone have sample code of Quartz
Neslihan 2022-08-01 22:08:24
enjoyLifeMJ 2022-08-01 15:17:09
you must imported some wrong version of log4j dependecnies.. if you are using spring boot, then user spring boot depedency manager to manage these dependencies.. Use spring initializer web to generate your project pom..

I am using just spring framework

apc1989 2022-08-01 22:35:17
Head first design pattern, this is a good book
shape19 2022-08-01 22:53:17
But
Arij Said 2022-08-01 23:23:40
heyy is there a salesforce developer i have some questions ?
viswavisuu 2022-08-02 02:51:35
Can anyone send springboot and microservices interview questions?
enjoyLifeMJ 2022-08-02 03:32:41
Neslihan 2022-08-01 22:08:24
I am using just spring framework

If you are using gradle this will help — https://docs.spring.io/dependency-management-plugin/docs/current/reference/html/

Else you have to play around with the log4j version in your pom.xml, depending on your version of spring framework etc.

Dependency Management Plugindocs.spring.io
Spandana V 2022-08-02 07:18:56
Hi
Can anyone suggest how do I start with job switching when notice period is 90 days.?
Jon_Snow_King 2022-08-02 07:23:37
viswavisuu 2022-08-02 02:51:35
Can anyone send springboot and microservices interview questions?

Bhai InterviewBit pe dek le…

Yogesh 2022-08-02 07:25:00
First thing first – Edit old resume and upload in Naukri with notice period mentioned as 1 month
|