Has someone videos from udemy course about Spring Boot?

|
Sam_0p 2022-06-27 15:40:49
springbootmicroservices-65033.jpg

Sam_0p 2022-06-27 15:40:56
Koi solution bta do
smartcoder69 2022-06-27 15:52:50
depedency missing
Vaishnavi Wankhede 2022-06-27 16:01:19
Hi friend any know how to write test cases in java
smartcoder69 2022-06-27 16:02:36
Vaishnavi Wankhede 2022-06-27 16:01:19
Hi friend any know how to write test cases in java

whats the doubt

MsBala 2022-06-27 16:11:58
Hi guys… I have one doubt… What is the difference between spring and spring boot … Which one is better
MsBala 2022-06-27 16:12:17
Plz clarify me…
2022-06-27 16:12:55
MsBala 2022-06-27 16:11:58
Hi guys… I have one doubt… What is the difference between spring and spring boot … Which one is better

Springboot is built on spring
Spring boot having more features than spring

2022-06-27 16:13:19
U can use spring in microservices
2022-06-27 16:13:29
2022-06-27 16:13:19
U can use spring in microservices

Spring boot

MsBala 2022-06-27 16:14:37
2022-06-27 16:13:19
U can use spring in microservices

I can use spring boot in microservices or spring in microservices

2022-06-27 16:15:10
Productivity is mote in springboot soo now a days springboot is soo popular
2022-06-27 16:15:18
MsBala 2022-06-27 16:14:37
I can use spring boot in microservices or spring in microservices

Spring boot

MsBala 2022-06-27 16:15:43
Ok ok bro..tq so much
2022-06-27 16:15:57
MsBala 2022-06-27 16:15:43
Ok ok bro..tq so much

It’s ok

Vaishnavi Wankhede 2022-06-27 16:43:47
smartcoder69 2022-06-27 16:02:36
whats the doubt

I just want to learn how to write test cases

2022-06-27 16:44:24
Vaishnavi Wankhede 2022-06-27 16:43:47
I just want to learn how to write test cases

Using junit

2022-06-27 16:44:30
Learn junit
Vaishnavi Wankhede 2022-06-27 16:45:04
Ok
srilakshmoji 2022-06-27 16:55:37
Hi can anyone help in how to implement authentication and authorisation when there are multiple microservices
vladyslav1357 2022-06-27 17:11:33
Guys, has someone videos from udemy course about Spring Boot? I know, that s illegal, but I don’t have money to buy it.😐
chetan_nimbalkar 2022-06-27 17:15:11
vladyslav1357 2022-06-27 17:11:33
Guys, has someone videos from udemy course about Spring Boot? I know, that s illegal, but I don’t have money to buy it.😐

but you have private plane

ShivTri 2022-06-27 17:20:15
srilakshmoji 2022-06-27 16:55:37
Hi can anyone help in how to implement authentication and authorisation when there are multiple microservices

Using Oauth service you can

v_lan1337 2022-06-27 17:27:41
Vaishnavi Wankhede 2022-06-27 16:43:47
I just want to learn how to write test cases

Writing test-cases is more about conceptual understanding of the requirement and your code, than about learning the test frameworks – just like how programming is more about problem solving abilities.

A program written can fail during compile-time or run-time & due to various reasons – ranging from typo error to incorrect usage of language features. We can clear the compile-time errors ourselves as we can encounter it while programming. We might miss to predict the run-time errors though. The test-cases are exactly to fill that gap.

A well-written test-case should make sure that the output at each stage is correct. Testing can be done on various levels like Unit testing, Integration testing, Interface testing, Security testing, etc.

Example test-cases would be to test whether the input/output data-types are correct (unit test), whether the code connects with db properly & whether the data is getting updated in the tables (integration test), etc. How we write them will depend on which framework is used. There are many frameworks like JUnit, Selenium, Mockito, etc.

v_lan1337 2022-06-27 17:29:17
vladyslav1357 2022-06-27 17:11:33
Guys, has someone videos from udemy course about Spring Boot? I know, that s illegal, but I don’t have money to buy it.😐

I think there are some free courses too. Search within udemy, for free courses.

srilakshmoji 2022-06-27 17:36:15
ShivTri 2022-06-27 17:20:15
Using Oauth service you can

OK, does jwt token works in this scenario

Srikanth_patel 2022-06-27 17:58:26
Any idea on integrating angular and springboot I’m facing CrossOrigin issue
When I added in springboot application HttpFilters
srilakshmoji 2022-06-27 18:00:16
You need to add WebMvcConfigurer bean
srilakshmoji 2022-06-27 18:01:55
springbootmicroservices-65063.jpg

srilakshmoji 2022-06-27 18:02:16
Srikanth_patel 2022-06-27 17:58:26
Any idea on integrating angular and springboot I’m facing CrossOrigin issue
When I added in springboot application HttpFilters

Try 👆

|