Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-boot

How do I express a list or array of objects in yaml via a Spring placeholder?

H2 not creating table when using @Column(name="someName",columnDefinition = "FLOAT(10,7)")

spring-boot java-8 h2

Configure Spring Security 5 Oauth 2 to use access_token uri parameter

'org.springframework.boot.web.server.LocalServerPort' is deprecated

spring-boot spring-test

A better way to implement a large amount of cascading roles and authorities in Spring Security?

Unable to cache using ehcache version 3.4.0 and spring boot 2.0.2.RELEASE

spring boot ant matchers parameters

Spring WebClient with ParameterizedTypeReference doesn't work

Spring Cloud API Gateway Custom Filters ClassCastException on Object to Config

Caused by: java.lang.IllegalStateException: required key [datasource.sampleapp.hibernate.dialect] not found

Spring Boot on AWS Elastic Beanstalk and logging to a file

Can I use a HashMap to pick which interface (DAO) to autowire in SpringBoot?

JDBC transaction marked for rollback-only (exception provided for stack trace) at the start up of project in springboot 3

Spring Cloud AWS SQS Listener not working

Force a Spring Boot application to exit when there's an exception

spring-boot

Spring @JsonTest does not respect Jackson2ObjectMapperBuilderCustomizer customization bean

java spring spring-boot

How to set request body in GatewayFilter with Spring Cloud Gateway

Can i add topics to my @kafkalistener at runtime

How to test multiple Spring Boot applications in one test?