Any one know how to do in jand and spring?

|
GhosstWang 2022-08-10 13:19:21
springbootmicroservices-72444.jpg
Hi guy need some help with spring testing.
What i have done.
Mocked external system calls from the class. I am using webtestclient , but when i run the test case , i get failed to load application context
Praveen 2022-08-10 13:37:33
Neslihan 2022-08-10 11:42:58
I get that error and my xml path is correct. I dont know what else can be. Anyone help ?

Hey please move XML file to resource dir

Avi 2022-08-10 13:44:15
Hi i need some help in java
Avi 2022-08-10 13:44:27
Regarding reading some data from yml file
Avi 2022-08-10 13:45:13
springbootmicroservices-72450.jpg

Avi 2022-08-10 13:45:13
springbootmicroservices-72449.jpg

Avi 2022-08-10 13:45:13
springbootmicroservices-72448.jpg

Avi 2022-08-10 13:45:43
All these are nature code
Avi 2022-08-10 13:46:08
I have to map them but
GhosstWang 2022-08-10 13:53:03
springbootmicroservices-72453.jpg
Update on. The above query
FAREEDSHAIK7531 2022-08-10 13:58:02
springbootmicroservices-72454.jpg
Plzz guys send this code urgent
Neslihan 2022-08-10 14:09:05
Praveen 2022-08-10 13:37:33
Hey please move XML file to resource dir

Omg it works 😍 thank you!!

FAREEDSHAIK7531 2022-08-10 14:09:24
Bro plzz send the code
Neslihan 2022-08-10 14:09:58
In tutorial guy didnt do like that so I was just following him. Thank you.
Praveen 2022-08-10 14:10:30
Neslihan 2022-08-10 14:09:58
In tutorial guy didnt do like that so I was just following him. Thank you.

Always welcome

VAifonin 2022-08-10 14:36:32
GhosstWang 2022-08-10 13:53:03
Update on. The above query

You have org.springframework.security:spring-security-test
?
@WithMockUser(username = “user1”, password = “pwd”, roles = “USER”)

Ramesh Muniganti 2022-08-10 15:07:58
Any please tell me how to configure ssl in spring boot application
Ramesh Muniganti 2022-08-10 15:08:53
Using RHEL cent os server
K R 2022-08-10 15:29:06
Hi,
How to hide database user name and password in application properties without using jasypt and vault
K R 2022-08-10 15:55:29
Can you please point out your project
Maaya 2022-08-10 15:57:30
Hi,
When I’m building an java application
warning: [deprecation] none() in ExpectedException has been deprecated
I’m getting deprecated msg for none() method..
Is anyone help me out to resolve it
Anonymous_00007 2022-08-10 16:15:30
Core Java.. java 8 features… Spring boot…any db… And you should be able to explain your project.. attend few interviews..you will get the idea about questions.. don’t be afraid of getting rejected…after few interviews you will able to clear most of the interviews…good luck…
Anonymous_00007 2022-08-10 16:29:30
No problem bro
RAISING_ROCK 2022-08-10 16:36:40
springbootmicroservices-72489.jpg

RAISING_ROCK 2022-08-10 16:36:40
springbootmicroservices-72488.jpg

V 2022-08-10 16:44:50
Hi guys, is it possible to display dependency defined in pom.xml along with its version in actuator info endpoint
noproblembro10 2022-08-10 17:19:59
Anyone recently gave interview for bosch?
Srikanth_patel 2022-08-10 18:19:30
Any one know how to do in jand and spring?
My requirement is read the mail body(body inside text, image’s and file’s) read and convert into single pdf file
Please any one can share me the link of peace code
Venky 2022-08-10 18:36:57
What is the users of model mapper
mahboy47 2022-08-10 19:29:21
VAifonin 2022-08-10 11:37:08
@RequestMapping(value = “/spring-mvc”)

i fixed that
but i have another problem

|