New posts in spring-boot

Cannot be cast to class because they are in unnamed module of loader 'app'

Unrecognized method names crashing springboot sites [closed]

disabling spring security in spring boot app [duplicate]

Cannot get maven project.version property in a Spring application with @Value

Spring java annotation-based config won't work, but xml-based config does?

when running spring Boot application getting required a bean of type that could not be found

How to start spring-boot app without depending on Database?

Spring catch all route for index.html

How to test main class of Spring-boot application

Spring Boot War deployed to Tomcat

Setting Spring Profile variable

Log4j2 - Unrecognized conversion specifier [xwEx] starting at position 160 in conversion pattern

spring mvc rest service redirect / forward / proxy

Spring Boot & Spring Data: how are Hibernate Sessions managed?

Token based authentication with Springboot application and Swagger-UI where user logs in with username and password (basic authentication)

How can a record data class be autowired in Spring?

How to write a unit test for a Spring Boot Controller endpoint

SpringBoot - BeanDefinitionOverrideException: Invalid bean definition

When I am trying to run mvn dependency:tree , I am getting : java.lang.NoClassDefFoundError: org/sonatype/aether/version/VersionConstraint

What is purpose of @ConditionalOnProperty annotation?