I am currently learning spring boot, what are the important concepts which I need to cover?

|
Herefunny 2022-08-21 20:44:05
Guru S 2022-08-21 20:43:42
Tamilnadu

which country?

Guru S 2022-08-21 20:47:57
Herefunny 2022-08-21 20:44:05
which country?

India

Sahar Bel 2022-08-22 02:22:35
Can you any one help me please
Sahar Bel 2022-08-22 02:34:20
springbootmicroservices-74340.jpg

Sahar Bel 2022-08-22 02:34:21
springbootmicroservices-74341.jpg

Sahar Bel 2022-08-22 02:34:22
springbootmicroservices-74342.jpg

Sahar Bel 2022-08-22 02:34:23
springbootmicroservices-74345.jpg

Sahar Bel 2022-08-22 02:34:23
springbootmicroservices-74344.jpg

isaiasfi 2022-08-22 04:03:54
Sahar Bel 2022-08-22 02:34:20

use List<Document>

isaiasfi 2022-08-22 04:05:31
LivreR its a repository ?
isaiasfi 2022-08-22 04:07:37
these names are confusing, for each Entity you need a new repository
isaiasfi 2022-08-22 04:08:44
private LivreRepository repo;
Spandana V 2022-08-22 08:35:11
Anyone good at UI Technologies?

I need a small help in my login page.

2022-08-22 08:36:05
Spandana V 2022-08-22 08:35:11
Anyone good at UI Technologies?

I need a small help in my login page.

What help?

srilakshmoji 2022-08-22 09:36:22
Hi everyone, I have three microservices named Customer, Product and Order.

I need to allow only authorized users to access order endpoints and pass currently logged customet info to order microservice. Can anyone help me in this
Thanks in advance

smartcoder69 2022-08-22 09:37:23
srilakshmoji 2022-08-22 09:36:22
Hi everyone, I have three microservices named Customer, Product and Order.

I need to allow only authorized users to access order endpoints and pass currently logged customet info to order microservice. Can anyone help me in this
Thanks in advance

https://medium.com/javarevisited/spring-boot-authorization-creating-an-authorization-server-for-your-microservices-50a3aefd6ce8

Spring Boot Authorization: Creating an Authorization Server for your MicroservicesMedium
This article explains in detail about implementing an Authentication mechanism using a centralized Authorization Server and an API gateway.
helloboy 2022-08-22 10:19:30
Anyone have java ppt all topics
helloboy 2022-08-22 10:19:34
Please send me
helloboy 2022-08-22 10:19:36
Anyone
smartcoder69 2022-08-22 10:20:47
helloboy 2022-08-22 10:19:30
Anyone have java ppt all topics

please google it

helloboy 2022-08-22 10:22:53
smartcoder69 2022-08-22 10:20:47
please google it

In Google I’m not getting

helloboy 2022-08-22 10:22:59
Unable to download
VAifonin 2022-08-22 13:12:12
Sahar Bel 2022-08-22 02:34:21

Try this.
return StreamSupport.stream(LivreR.findAll().spliterator(), false)
.collect(Collectors.toList());

Sahar Bel 2022-08-22 13:42:25
isaiasfi 2022-08-22 04:05:31
LivreR its a repository ?

Yes

catlover975890 2022-08-22 13:50:03
I am currently learning spring boot, what are the important concepts which I need to cover?
Debiprasad Dash 2022-08-22 13:50:33
catlover975890 2022-08-22 13:50:03
I am currently learning spring boot, what are the important concepts which I need to cover?

So many concepts are there

Debiprasad Dash 2022-08-22 13:50:47
catlover975890 2022-08-22 13:50:03
I am currently learning spring boot, what are the important concepts which I need to cover?

Do you know spring?

catlover975890 2022-08-22 13:51:10
Debiprasad Dash 2022-08-22 13:50:47
Do you know spring?

I know the basic things in spring

Debiprasad Dash 2022-08-22 13:51:21
catlover975890 2022-08-22 13:51:10
I know the basic things in spring

Means spring core only

Sahar Bel 2022-08-22 13:56:33
I am need to create the project of the spring boot microservices . I know the spring boot but the micoservice no .can anyone help me
|