u/Excellent_Trifle_630

▲ 23 r/SpringBoot+1 crossposts

How do you handle database operations in enterprise projects?

I'm a .NET developer, and in our organization's project, which is quite data-intensive, we use stored procedures for all database operations. The application simply calls the stored procedures with the required input parameters and consumes the output they return.

Is this a common approach in spring boot applications as well?(Like calling stored procedures and all) If yes, how are they called in your organization/project?

reddit.com
u/Excellent_Trifle_630 — 2 days ago

What Schedulers Are Used in Real-World production Spring Boot Projects?

I am working on a side project in java springboot. I need to use scheduler to poll a db/source for changes.

If you are working in java springboot, Which schedulers are used in you company/project??

If it is used mostly by all java springboot project then it would be helpful for my profile? So please suggest something for me. Thank you.

reddit.com
u/Excellent_Trifle_630 — 22 days ago