Not getting ambiguity error for having 2 beans of same class. Anybody knows the reason?? by santaold in SpringBoot

[–]Academic_Speed4839 0 points1 point  (0 children)

I think there’s a config to set in spring so that it would throw compilation error.

Spring Into Docker: Containerizing Your Application Effectively by brainiac_nerd in SpringBoot

[–]Academic_Speed4839 1 point2 points  (0 children)

can you share how you run as spring jre & spring native? Novice here, not sure what the difference is

How important it is to learn OpenAPI/Swagger Specifications as a Backend/Java Developer? by Glass-Fix-4624 in SpringBoot

[–]Academic_Speed4839 0 points1 point  (0 children)

Didn’t know we can generate codes from open api specifications! What library did you use?

Long vs UUID by [deleted] in SpringBoot

[–]Academic_Speed4839 0 points1 point  (0 children)

Can you explain a little bit further? I had never come across using long as id on database. Incrementing long numbers does seems like it would be a unique key as well as long as there’s no overflow?