Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-boot

How can Spring RestController accept both JSON and XML?

Flyway throws exception "HikariPool-1 Connection is not available" when trying to connect to GCP SQL

The constructor HttpComponentsClientHttpRequestFactory(CloseableHttpClient) is undefined

java spring-boot

After upgrading to gradle 7.x generating two war files

java spring-boot gradle war

Unexpected cyclic dependency while combining spring-kafka and reactor-kafka

Can I have a single JPA repository interface handling multiple entity classes using Spring Data JPA?

gRpc, client getting io.grpc.StatusRuntimeException: UNIMPLEMENTED: Method even when the message is received and deserialized by the server

java spring-boot maven grpc

Is it possible to secure only one spring boot rest endpoint via certificate?

Why two formLogin configured in Spring Authorization Server Sample code

How to set Hibernate bulk_id_strategy in spring boot application?

What is a Resource Server when it comes to Microservices?

How to store request data and reponse data into database in spring boot application

spring-boot

OAuth2 Spring boot Missing required "user name

Recovering Kafka clients (consumers/producers) after they went down

Unable to set my custom favicon.ico in Spring Boot 1.3 or 1.2.5

TestRestTemplate throws exception for 4xx status codes

How to integrate springfox-swagger2 with jersey in springboot

How to avoid database connection while testing service layer in spring boot application with Junit5

Spring boot @CachePut, how it works