Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-boot

@valid annotation is not working as expected

server.session.cookie.max-age doesn't seem to work

Spring boot applicaiton unable to find SQLite jdbc driver class

Cannot load driver class: org.h2.Driver

java spring spring-boot h2

Caused by: java.lang.ClassNotFoundException: springfox.documentation.common.ClassPresentInClassPathCondition

Encode and Decode ResponseEntity when using Feign and Spring MVC?

Authentication issue in Spring Security (checking only username not password?)

How to configure Spring Repository to use mongoTemplate defined in xml bean?

Getting MappingException when reading TINYINT value from H2 database as boolean/Boolean

Change logging level at runtime in spring boot application

How to pass Java date as path variable in a rest get call

java date http spring-boot get

Is it possible to fail fast Spring tests if the application cannot start?

Problem while creating a new spring boot project

@NotNull constraint don't work for a application property value spring boot

java spring spring-boot

Spring Boot: statistics of APIs using http.server.requests

Spring-Boot OpenAPI - @RestControllerAdvice not limited to methods throwing the Exception

Why does a new thread not see test data prepared by main thread in a transactional Spring JUnit test?

Using application.properties to set jvm arguments

Spring Boot Multitenancy - Hibernate - Use ddl-auto to update all schemas when entity structure changes

How to configure MongoDB in Spring 2.5.0?