How to add it in service layer?

|
Kailash Vasani 2022-07-12 23:55:30
tumelozitha490 2022-07-12 20:45:52
Good day can u please help here how can I connect the jira/confluence ticket number to my application c#. i want to have jira data on my software application c#(winForm)

Check jira installation for REST API support. If available then go to atlassian website for API documentation and sample code for jira REST client

tumelozitha490 2022-07-13 00:00:15
Kailash Vasani 2022-07-12 23:55:30
Check jira installation for REST API support. If available then go to atlassian website for API documentation and sample code for jira REST client

thnk u the is no other way around

Sade_k 2022-07-13 04:01:11
Hi guys… any one know Spring web Flux.
I’m having difficulties understanding spring webflux. can someone guide please or any suggestions
BendabizAdam 2022-07-13 04:05:36
Sade_k 2022-07-13 04:01:11
Hi guys… any one know Spring web Flux.
I’m having difficulties understanding spring webflux. can someone guide please or any suggestions

We build reactive apps with it, async code

BendabizAdam 2022-07-13 04:05:51
Non blocking
Sade_k 2022-07-13 04:14:02
Yes, I want to build Microservices with spring webflux. I need a course or any recommendations to understand spring webflux
Bolt 2022-07-13 06:18:35
Guys, recommend some resources for microservice and spring boot
Any course or videos for learning pls.
Akkisharma03 2022-07-13 08:08:24
Anyone tell me how datepicker work in spring MVC
Akkisharma03 2022-07-13 08:08:34
Just suggest me a good video
Akkisharma03 2022-07-13 08:08:50
Or if anyone have code then please send me
Priyam Agarwal 2022-07-13 09:01:20
can someone tell me where to use logger in springboot application
vladyslav1357 2022-07-13 09:16:40
Priyam Agarwal 2022-07-13 09:01:20
can someone tell me where to use logger in springboot application

you can use it before application run in your main class. And you need to add a logger=Debug in your application properties

Priyam Agarwal 2022-07-13 09:17:47
vladyslav1357 2022-07-13 09:16:40
you can use it before application run in your main class. And you need to add a logger=Debug in your application properties

how to add it in service layer?

vladyslav1357 2022-07-13 09:19:35
Priyam Agarwal 2022-07-13 09:17:47
how to add it in service layer?

Sorry, I don’t know that

Priyam Agarwal 2022-07-13 09:19:45
vladyslav1357 2022-07-13 09:19:35
Sorry, I don’t know that

Okay np

Priyam Agarwal 2022-07-13 09:19:51
anyone else knows?
Chirag K 2022-07-13 09:25:23
Or use slf4j annotation on class
FullStackDev 2022-07-13 09:35:03
Priyam Agarwal 2022-07-13 09:01:20
can someone tell me where to use logger in springboot application

import lombok annotate with @slf4j

Phani Kumar 2022-07-13 09:45:06
Hi all
pragya0508 2022-07-13 09:54:30
if(“PREPAIDCANCEL”.equalsIgnoreCase(refundReturnRequest.getRefundRequest().getRefundType())){}
pragya0508 2022-07-13 09:54:53
pragya0508 2022-07-13 09:54:30
if(“PREPAIDCANCEL”.equalsIgnoreCase(refundReturnRequest.getRefundRequest().getRefundType())){}

Hey please help how to cover this condition in mockito test case

2022-07-13 10:05:41
https://helpcoding24.com/java-script/java-script-random-hex-color/

java script random hex color – HelpCoding24.comHelpcoding24
‘#’ Math.floor(Math.random()*16777215).toString(16);
AjayKumar_03 2022-07-13 10:16:04
pragya0508 2022-07-13 09:54:30
if(“PREPAIDCANCEL”.equalsIgnoreCase(refundReturnRequest.getRefundRequest().getRefundType())){}

Mockito is used for removing dependency on other layers call.
The above mentioned condition will covered when you call the your method under test from test method.

Vicky 2022-07-13 10:33:19
Plz DM
Vicky 2022-07-13 10:33:36
Vicky 2022-07-13 10:33:19
Plz DM

Hi guys,

I need interview support

Anyone from Andra(Ongole,kanigiri, Nellore) or telengana

Plz DM

Oussm 2022-07-13 11:17:23
Hi everyone. I need an advice in my roadmap. I have just learned java/jee .what should i learn next to become a backend spring dev
Sade_k 2022-07-13 11:23:57
Sade_k 2022-07-13 04:14:02
Yes, I want to build Microservices with spring webflux. I need a course or any recommendations to understand spring webflux

Guys. Any suggestions

vgopal007 2022-07-13 11:24:46
Sade_k 2022-07-13 04:14:02
Yes, I want to build Microservices with spring webflux. I need a course or any recommendations to understand spring webflux

top tier : https://udemy.com/course/build-reactive-restful-apis-using-spring-boot-webflux/

Build Reactive MicroServices using Spring WebFlux/SpringBootUdemy
Learn to write Reactive programming and build Reactive MicroServices using Spring WebFlux and project Reactor
vgopal007 2022-07-13 11:25:31
also let me know if you stuck any where in reactive programming, I got little experience using it, I would able to help you if I can
Dollenight 2022-07-13 12:02:39
I am good at using spring boot as backend . Now I am trying to develop some front end skills so that I can develop some beautiful websites at the same time I want it to make the connection between front end spring boot eaiser . So what can I learn now
|