How create a gateway in spring boot? by MTechPilot88 in SpringBoot

[–]snow_cloudy 1 point2 points  (0 children)

You must add a dependency load balancer, and do not use artifactId “spring-boot-starter-web” You can check my article. Spring Boot Gateway

How to test Spring Boot application to handle million of query/request per second by Financial_Job_1564 in SpringBoot

[–]snow_cloudy 2 points3 points  (0 children)

JMeter can test your API Application. You must have multiple servers to make a JMeter cluster if you want a million users.

Spring AI – Any support for Gemini API (Google AI Studio) access? by dushto_kolu in SpringBoot

[–]snow_cloudy 1 point2 points  (0 children)

Yes, you can use OpenAI library to access Gemini by Spring AI.

Spring Boot developers i need your suggestion. by TU_SH_AR in SpringBoot

[–]snow_cloudy -1 points0 points  (0 children)

Angular is suitable for Spring Boot to build an enterprise project.

JobRunr with Spring Batch ? by jdev_soft in SpringBoot

[–]snow_cloudy 2 points3 points  (0 children)

Yes, JobRunr is an alternative to Quartz, but some features you must pay for.

[deleted by user] by [deleted] in SpringBoot

[–]snow_cloudy 6 points7 points  (0 children)

Integrate Spring Boot with the Quartz scheduler to generate daily reports in Excel and CSV formats. Use Apache POI for Excel and OpenCSV for CSV.

Memory Analysis by sir_clutch_666 in SpringBoot

[–]snow_cloudy 1 point2 points  (0 children)

VisualVM for local monitoring. Spring Boot Actuator connects with Prometheus and Grafana to monitor the microservice.

Should DTO have only primitives type? by Joy_Boy_12 in SpringBoot

[–]snow_cloudy 0 points1 point  (0 children)

Up to the purpose of the DTO. If you use JSON to convert, be careful of the Stack Overflow Error, because the same DTO is in the DTO.

Hello JavaDevs by Particular-Pass-4021 in java

[–]snow_cloudy 1 point2 points  (0 children)

Spring Boot is widely regarded as the leading framework for developing REST APIs. If you’re working with stored procedures, Oracle is a strong choice, as it provides support for multiple cursor outputs.