Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-boot

How to map list of arbitrary name value pair from @RequestBody to java object

No suitable constructor found for type [simple type, class java.time.LocalDateTime]

spring spring-boot redis

Fongo - OperationExecutor not found

spring spring-boot fongo

Spring cloud task's SimpleTaskConfiguration and spring batch's SimpleBatchConfiguration preventing spring boot auto configuration of XA transactions

where to put the log4j.properties file in a spring boot application

spring-boot log4j

Issues with @SpringBootTest: Context not loading and Spock unable to @Autowire

Confusion with Spring Security-based authentication with mongo backed db

How to add non-standardized sql functions in Spring Boot application?

Zuul with web socket

Spring boot not overriding Exception using @ControllerAdvice

Where does spring boot configure default application.properties

spring spring-boot

How can I get a custom Principal object with Spring using OAuth2?

Unit testing Rest client with ClientHttpRequestInterceptor

Spring Boot useTestClasspath throws CannotLoadBeanClassException and ClassNotFoundException

spring-boot maven-plugin

How to set the property requestAttributesEnabled for AccessLogValve in Apache Tomcat, in a spring-boot application?

java spring tomcat spring-boot

Response not loading when using utf-8 chars in header with spring-boot rest and Swagger

java rest spring-boot swagger

How to configure Spring Boot and Spring Security to support both form login and Google OAuth2 login

Can I specifically disable PATCH in spring-data-rest repository?

Spring - Where should my config classes be in a multiple-module project?

In Spring Boot, how to pass a controller model variable to Thymeleaf th:src?