Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-boot

Spring boot - How to Improve api response time for Application with monthly data refresh

IntelliJ Could not autowire. No beans of 'xxx' type found. Custom Starter Library

Library with Spring AutoConfiguration: spring.factories and what else?

java spring spring-boot

Problems with using oneOf in @Schema annotation with springdoc

Jooq "generateJooq" causing java.lang.ClassNotFoundException: jakarta.xml.bind.annotation.XmlSchema in Spring Boot App

java spring spring-boot jooq

Why Spring Boot is not finding a @Service bean trying to perform autowiring? the bean exist but it can't find it

Spring boot java.lang.ClassNotFoundException

java spring maven spring-boot

How do I combine @PathParams and @RequestBody properly?

java spring-mvc spring-boot

execution default of spring-boot-maven-plugin repackage failed

java maven spring-boot

Intellij IDEA - issue with Maven dependencies

Spring Boot application fails to start with error java.lang.ClassNotFoundException: ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP

java spring-boot logging

@Around annotation : Make variable available to joinpoint without changing method signature and use it later

Including spring boot endpoint path variable as a metric dimension

Lombok Annotations Not Working in Spring Boot Project (Java 21)

Cannot map nested @Data with MapStruct

The Return stream().collect() not working when used mapping ManyToOne OneToMany

Should I use Instant or DateTime or LocalDateTime in Java entities? [closed]

Is there a way to use a repository without applying repository base class?