Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-boot

Liquibase: MySqlSyntaxErrorException: table already exists

How use SpEL result as @Value key

How to receive the authenticated user from SpringSecurity in other service implementation , instead of an anonymousUser.(Spring Security+JWT)

SpringBoot get the list of @RestController i.e List<@RestController> of the application

java spring-boot

Keycloak asks for login credentials even when a valid token is provided

spring/tomcat-jdbc pool - new connection listener

how to stop consuming messages from kafka when error occurred and restart consuming again after some time in spring boot

Load contextual config in spring boot

java spring spring-boot

No 'Access-Control-Allow-Origin' header is present on the requested resource in angular 9 and spring boot 2

@AllArgsConstructor and Constructor Injection with Spring: is private final needed?

retrieve the current user id in a session of a user using _sessionFactory.getCurrentSession(); hibernate

Spring Boot Jackson date format

@DynamicPropertySource not being invoked (Kotlin, Spring Boot and TestContainers)

Spring Boot tests: exclude one specific @Configuration class without using the @Profile annotation

Spring Boot with Jetty error

java ajax spring spring-boot

Recommended approach to get data from one BoundedContext/AggregateRoot with some additional data from a different BoundedContext/AggregateRoot?