Where can I get some complex open source code projects in spring boot for better learning?

|
Backhere 2022-09-24 18:28:02
Stuffing7 2022-09-24 17:58:39
Do anyone know docker here

hmm

AlexLavigne 2022-09-24 19:12:48
anyone has senior java interview materials?
Akbar358888 2022-09-24 21:23:47
hi!
I have gateway and microservices !
but don’t work CORS in a microservices ?
Kshitiz Pathak 2022-09-24 21:40:42
What are the prerequisites for learning spring boot?
sitanshu Singh Rajput🚩 2022-09-24 22:02:26
Kshitiz Pathak 2022-09-24 21:40:42
What are the prerequisites for learning spring boot?

Oops exception handling ,JDBC

JustAbstrac 2022-09-24 22:21:45
Thilaga 2022-09-24 12:35:50
Where can I get some complex open source code projects in spring boot for better learning? May be real time applications source code?

Search on GitHub, I’m sure you’ll get some

Cientista_fenix_avogadro 2022-09-24 22:40:12
Thanks man
Karthik 2022-09-24 23:03:51
What is Optional in Java 8
JustAbstrac 2022-09-24 23:04:48
Karthik 2022-09-24 23:03:51
What is Optional in Java 8

You should do some research first and ask specific questions here.

knightowll 2022-09-24 23:16:20
Guys why are my records not saved in the database after restarting the spring boot app?(jpa)
JustAbstrac 2022-09-24 23:17:59
knightowll 2022-09-24 23:16:20
Guys why are my records not saved in the database after restarting the spring boot app?(jpa)

Make the following change in application.properties
spring.jpa.hibernate.ddl-auto=none

walid23 2022-09-25 00:32:22
Hi guys just one question..
How to check if diagram UML is correct ?
Any tools online, suggestions πŸ™πŸ™πŸ™πŸ™
walid23 2022-09-25 01:41:30
walid23 2022-09-25 00:32:22
Hi guys just one question..
How to check if diagram UML is correct ?
Any tools online, suggestions πŸ™πŸ™πŸ™πŸ™

No one !!

Sheharyar Khan 2022-09-25 05:27:07
Kshitiz Pathak 2022-09-24 21:40:42
What are the prerequisites for learning spring boot?

Nothing just core java

Sheharyar Khan 2022-09-25 05:28:12
walid23 2022-09-25 00:32:22
Hi guys just one question..
How to check if diagram UML is correct ?
Any tools online, suggestions πŸ™πŸ™πŸ™πŸ™

It is the graphical representation of your project or work.
Only you can check weather it is correct according to your project or not

faisal_shopnil 2022-09-25 06:45:27
Kshitiz Pathak 2022-09-24 21:40:42
What are the prerequisites for learning spring boot?

core java + at least basic of spring core

Heisenberg 2022-09-25 08:03:01
For 2 yoe, can I get 16lpa? If current is 9
PrabhBhatia 2022-09-25 09:34:50
Heisenberg 2022-09-25 08:03:01
For 2 yoe, can I get 16lpa? If current is 9

Depends on organization.Dont rush for money,choose quality organization where learning is more.This would help you in long term.

Bhasker01 2022-09-25 09:56:21
Can any body help me by providing the spring boot tutorial
Thanks in advance
JustAbstrac 2022-09-25 09:57:55
Bhasker01 2022-09-25 09:56:21
Can any body help me by providing the spring boot tutorial
Thanks in advance

Google.com

Bhasker01 2022-09-25 09:58:24
JustAbstrac 2022-09-25 09:57:55
Google.com

Website please

Palash8407 2022-09-25 10:04:03
Bhasker01 2022-09-25 09:58:24
Website please

Tutorials point

Bhasker01 2022-09-25 10:04:20
Thank you bro
Palash8407 2022-09-25 10:04:38
Bhasker01 2022-09-25 10:04:20
Thank you bro

Np bro

Bhasker01 2022-09-25 10:04:53
Palash8407 2022-09-25 10:04:38
Np bro

..?

Palash8407 2022-09-25 10:05:38
Bhasker01 2022-09-25 10:04:53
..?

*no problem bro

walid23 2022-09-25 13:36:07
Sheharyar Khan 2022-09-25 05:28:12
It is the graphical representation of your project or work.
Only you can check weather it is correct according to your project or not

So i design some interactive interfaces using Figma
and i have Class diagram
The problem is : how to verify relation between classes constraints….

Sheharyar Khan 2022-09-25 13:43:30
walid23 2022-09-25 13:36:07
So i design some interactive interfaces using Figma
and i have Class diagram
The problem is : how to verify relation between classes constraints….

Brother
The relation between classes is determined the by the object and interaction of object w.r.t it own class and other class

@ @ 2022-09-25 14:23:17
A Mango truck can travel 3km per liter diesel. A driver should unload a truck of mangoes one shop
after the other until all the mangoes are over. The distance between two adjacent shops is 2.5km.
Starting with 1st shop he/she unload mangoes in the following order – Divide mangoes in the truck
into 4 parts and unload one part and carries 3 parts to the next shop. He continues this till all the
mangoes are over (or) cannot be divided further into 4 parts.
Question: How many liters of diesel he need to unload a given truck load of mangoes?
@ @ 2022-09-25 14:23:30
@ @ 2022-09-25 14:23:17
A Mango truck can travel 3km per liter diesel. A driver should unload a truck of mangoes one shop
after the other until all the mangoes are over. The distance between two adjacent shops is 2.5km.
Starting with 1st shop he/she unload mangoes in the following order – Divide mangoes in the truck
into 4 parts and unload one part and carries 3 parts to the next shop. He continues this till all the
mangoes are over (or) cannot be divided further into 4 parts.
Question: How many liters of diesel he need to unload a given truck load of mangoes?

Program on java
Any one
Please help me

|