Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-boot

Reload property value when external property file changes ,spring boot

spring spring-boot

In spring boot JPA, how to properly POST an object whose entity representation has a foreign key association to a different entity?

spring-boot Remove locations attributes from @ConfigurationProperties

spring-boot configuration

How to use custom converters with @DataMongoTest?

Spring Data JPA OutOfMemoryError: GC overhead limit exceeded

Cyclic dependency only when running java -jar, not with spring-boot:run

java spring spring-boot

Spring Boot @PreDestroy annotation not working

java spring-boot

How to set Domain name in Spring Boot App with embedded tomcat

Spring-data-elasticsearch search for specific fields in multiple indices

Is it possible to use spring boot with TestNG? [closed]

spring-boot testng

Dynamically Update Rules at Runtime. Drools + Spring-Boot

java spring spring-boot drools

Spring Mvc async Rest Controller test fails if response comes from ExceptionHandler: asyncDispatch CountDownLatch was not set by TestDispatcherServlet

Spring Boot and Swagger text/html response mapping

Couldn't find PersistentEntity for type class when using @EnableMongoAuditing

How to make VS Code recognize nested gradle projects?

Amazon Coretto 11, Spring Boot and PowerMock - tests failing

List of ALL Spring Boot application properties

java spring spring-boot

Name based virtual hosting with Spring Boot

Again... method security with spring boot/security: Error creating bean with name 'methodSecurityInterceptor' "This object has already been built"

In an Apache Camel application, how can unit tests inject mock endpoints in place of real ones?