Search code examples
Spring security http only cookies authorization problem...


javaspringspring-security

Read More
Spring: How to redirect back to the form after authenticating its POST request?...


springspring-mvcspring-securityspring-form

Read More
Hibernate: How to keep PostgreSQL enum type up-to-date with Java enum?...


springpostgresqlhibernatespring-data-jpahibernate-mapping

Read More
Spring Validator: Could not autowire. No beans of 'Validator' type found...


javaspringbean-validationspring-validator

Read More
Adding a new HandlerInterceptor causes many existing tests to fail — how to fix or isolate it?...


javaspringspring-bootmockito

Read More
spring-boot-starter-aop jar is missing with Spring Boot 4.0.0...


javaspringspring-bootmaven

Read More
is @Transactional(isolation = Isolation.REPEATABLE_READ) enough for safe incrementing?...


javaspringspring-data-jpatransactions

Read More
Why SpringMVC Request method 'GET' not supported?...


javaspringspring-mvc

Read More
Is it possible to inspect method invocations on a JDBI DAO using aspect-oriented programming?...


javaspringaopaspectjjdbi

Read More
Spring Data Couchbase @JsonAnySetter / @JsonAnyGetter support...


javaspringjacksonspring-data-couchbase

Read More
Where should I store development credentials on a Spring Boot project?...


springspring-bootcredentials

Read More
Annotation @ConditionalOnMissingBean not matching in test...


javaspringspring-boot

Read More
Spring Boot 4 tests not creating session cookie (springSessionRepositoryFilter missing from filter c...


springspring-bootspring-boot-testspring-session

Read More
How to mock JWT authentication in a Spring Boot Unit Test?...


javaspringspring-bootunit-testingjwt

Read More
Using Spring mockMvc to test optional path variables...


javaspringspring-mvcspring-testspring-test-mvc

Read More
Spring : @Transactional @Scheduled method throws TransactionException...


javaspringhibernatespring-annotations

Read More
Unable to store Enum in batch way with spring-jdbc NamedParameterJdbcTemplate...


javaspringenumsspring-jdbcjdbctemplate

Read More
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasourc...


javaspringspring-bootspring-batch

Read More
Spring, SockJS - error during WebSocket handshake: Unexpected response code 400...


javaspringnginxwebsocketsockjs

Read More
Spring boot and MongoDB: always connect to database "test"...


javaspringmongodbspring-boot

Read More
OpenAPI Generator Pageable with Spring...


javaspringcode-generationopenapiopenapi-generator

Read More
Can't build native image with Spring boot 4...


springspring-bootspring-native

Read More
Multi-Gradle with Spring Boot Config Question...


javaspringspring-bootgradlebuild.gradle

Read More
Feature-Toggle for Spring components...


javaspringspring-bootfeaturetoggle

Read More
Spring Boot 4 + Kafka in transaction mode...


springspring-bootspring-kafkaspring-transactions

Read More
Failed to instantiate [org.springframework.security.web.SecurityFilterChain]: Since more than one ma...


javaspringspring-bootspring-mvcspring-security

Read More
How to fail at startup in Spring Boot 4 if the base-url property is not set?...


javaspringspring-boot

Read More
Springboot custom validator in Service class is executed twice...


javaspringspring-bootjakarta-validation

Read More
Force full expression evaluation or disable short-circuiting logic in SpEL expressions...


javaspringspring-el

Read More
JUnit parametrized test with parametrized Spring ApplicationContext configuration...


springkotlinspring-testjunit-jupiterparametrized-testing

Read More
BackNext