Contents:
Does anyone know about apache camel while integrating with two microservices?
Hello guys, can someone help me to write Test driven development for small java core project ?
How do I create unit tests for the service that calls the proxy?
Hello, I have a question, I use android studio, and they connected to server who wrote on spring boot, I get role, but not jwt toke, why,?
Can anyone give me a proper path for the Java Backend development?
Does anyone know about apache camel while integrating with two microservices?
Hello guys, can someone help me to write Test driven development for small java core project ?
How do I create unit tests for the service that calls the proxy?
Hello, I have a question, I use android studio, and they connected to server who wrote on spring boot, I get role, but not jwt toke, why,?
Can anyone give me a proper path for the Java Backend development?
Malyadri Chennuati 2022-09-06 11:33:48
Does anyone know about apache camel while integrating with two microservices?
Taimooo 2022-09-06 11:55:45
Hello guys, can someone help me to write Test driven development for small java core project ?
Ferry Situmorang 2022-09-06 12:58:31
Hello everyone
I want to sharing and need help.
I’ve worked in my company for 2 years, I’ve never make unit test before. I am still a junior java developer. Currently I am tasked with making unit tests of hundreds of backend services. I stress myself, because most services are still calling proxies to other services. How do I create unit tests for the service that calls the proxy? Can anyone help share a reference for me? thanks
I want to sharing and need help.
I’ve worked in my company for 2 years, I’ve never make unit test before. I am still a junior java developer. Currently I am tasked with making unit tests of hundreds of backend services. I stress myself, because most services are still calling proxies to other services. How do I create unit tests for the service that calls the proxy? Can anyone help share a reference for me? thanks
Saravana Pandiyan 2022-09-06 13:22:57
Ferry Situmorang 2022-09-06 12:58:31
Hello everyone
I want to sharing and need help.
I’ve worked in my company for 2 years, I’ve never make unit test before. I am still a junior java developer. Currently I am tasked with making unit tests of hundreds of backend services. I stress myself, because most services are still calling proxies to other services. How do I create unit tests for the service that calls the proxy? Can anyone help share a reference for me? thanks
I want to sharing and need help.
I’ve worked in my company for 2 years, I’ve never make unit test before. I am still a junior java developer. Currently I am tasked with making unit tests of hundreds of backend services. I stress myself, because most services are still calling proxies to other services. How do I create unit tests for the service that calls the proxy? Can anyone help share a reference for me? thanks
You can check this (Learn Java Unit Testing with Junit and Mockito in 30 Steps) Udemy course.
This covers the basics of Junit and Mockito
Ganesh Sahu 2022-09-06 14:10:44

Can anyone help me please….!!
tumelozitha490 2022-09-06 14:12:43
Access Denied root@localhost – Solved – MySQL Server – Windows -How to fix it
Duelivotni 2022-09-06 14:55:39
Ferry Situmorang 2022-09-06 12:58:31
Hello everyone
I want to sharing and need help.
I’ve worked in my company for 2 years, I’ve never make unit test before. I am still a junior java developer. Currently I am tasked with making unit tests of hundreds of backend services. I stress myself, because most services are still calling proxies to other services. How do I create unit tests for the service that calls the proxy? Can anyone help share a reference for me? thanks
I want to sharing and need help.
I’ve worked in my company for 2 years, I’ve never make unit test before. I am still a junior java developer. Currently I am tasked with making unit tests of hundreds of backend services. I stress myself, because most services are still calling proxies to other services. How do I create unit tests for the service that calls the proxy? Can anyone help share a reference for me? thanks
It does not matter if you have other services talking to yours. You mock whatever is outside your tested class.
Vahagn Antonyan 2022-09-06 16:17:26
Hello, I have a question, I use android studio, and they connected to server who wrote on spring boot, I get role, but not jwt toke, why,? Who can halp me ?
SoumitraGhosh 2022-09-06 17:25:51
Please give a solution for Reverse a String with StringBuilder which will take User input..
Pj 2022-09-06 17:50:49
How to update an record is spring using jap repository
Pj 2022-09-06 17:51:00
I am jpa repo
Pj 2022-09-06 17:51:39
Save method is not updating its inserting new record instead of updated
Backhere 2022-09-06 17:51:58
Pj 2022-09-06 17:51:39
Save method is not updating its inserting new record instead of updated
use old id
Pj 2022-09-06 17:52:32
Is anymethod to update
Rajat_12345 2022-09-06 17:52:37
Merge
Pj 2022-09-06 17:52:38
In jpa
Rajat_12345 2022-09-06 17:52:41
Method
Pj 2022-09-06 17:53:00
Rajat_12345 2022-09-06 17:52:37
Merge
Jpa repository
Backhere 2022-09-06 17:53:25
Pj 2022-09-06 17:52:32
Is anymethod to update
find , modify, save
jpa specification says this
Pj 2022-09-06 17:53:35
Ok
Pj 2022-09-06 17:54:04
Instead of doing this is any new interfaces
Backhere 2022-09-06 17:54:04
you can use update query manually
Rajat_12345 2022-09-06 17:54:13
Backhere 2022-09-06 17:53:25
find , modify, save
jpa specification says this
jpa specification says this
Yes
Backhere 2022-09-06 17:54:24
Pj 2022-09-06 17:54:04
Instead of doing this is any new interfaces
use manual update query
Pj 2022-09-06 17:54:26
Okay
Backhere 2022-09-06 17:54:40
but thats not a good approach, use carefully
Debiprasad Dash 2022-09-06 19:34:12
According to java industry standard how many parameters should take in a method
dhibri 2022-09-06 19:39:37
Debiprasad Dash 2022-09-06 19:34:12
According to java industry standard how many parameters should take in a method
Sagar 2022-09-06 19:43:32
I’m new in Java spring boot development
Sagar 2022-09-06 19:43:58
Can anyone give me a proper path for the Java Backend development?