Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-boot

Moving to Spring Boot 1.5.1 and OAuth2 + JWT token - Error 401 Unauthorized

@Value boolean returns 'invalid boolean value' of value true [duplicate]

How to hide the response from ExceptionHandlers for specific endpoints in Springdoc OpenAPI

Use @AuthenticationPrincipal with JwtAuthenticationToken to use own user class

Java LocalDateTime being converted into an array of ints when being converted to JSON using Spring boot rest [duplicate]

json spring-boot rest jackson

swagger 2.0 - how to solve same response class names in different packages issue in spring boot application

BeanCreationException: Error creating bean with name 'configurationPropertiesBeans' defined in class path resource

Mix spring-integration and spring scheduler

How to configure JOOQ settings using Spring-Boot config?

spring-boot jooq

Mongo in testcontainers

Is it ok to connect two camunda instances to the same database?

Missed @AutoConfigureMockMvc in spring-boot-test-autoconfigure-4 (Spring Boot 4) [closed]

Neo4jSession Error when trying to retrieve data from Neo4jRepository published on docker[ONLY DOCKER ISSUE]

org.apache.kafka.common.errors.RecordTooLargeException: The request included a message larger than the max message size the server will accept

When should you use @Configuration instead of @Service/@Controller/@Component for defining beans

java spring spring-boot

How to resolve java.lang.ClassNotFoundException: org.aspectj.lang.ProceedingJoinPoint exception?

Spring boot deployed as WAR on tomcat, How to Externalize application.properties for different profiles(Dev,Test,Staging,Prod)