About 483,000 results
Open links in new tab
  1. Lombok Annotations Not Working in Spring Boot Project (Java 21)

    Dec 6, 2024 · I am working on a Spring Boot project using Lombok to generate boilerplate code such as getters, setters, and constructors. Despite having the correct Lombok dependency in …

  2. What is an annotation in Spring Boot - Stack Overflow

    Apr 15, 2025 · Closed 8 months ago. I have been trying to find a simple definition of an annotation is Spring Boot, specifically: a) What it does b) When / how you would use it While I am using …

  3. java - Spring boot validation annotations @Valid and @NotBlank …

    Feb 5, 2018 · Spring Boot validation annotations @Valid and @NotBlank not working issue discussed with possible solutions and troubleshooting steps.

  4. spring boot - Swagger declaration schema = @Schema …

    Nov 25, 2020 · Sharing my working approach for the issue, I have done a workaround for the @io.swagger.v3.oas.annotations.parameters.RequestBody(content = @Content(schema = …

  5. IntelliJ: Spring annotations are not recognized/Do not trigger auto ...

    Feb 5, 2020 · 2 I created a new Spring project in IntelliJ Ultimate 2019.2 via the Spring Initializr as a Maven Project and when I try to annotate any of my classes with Spring annotations IntelliJ …

  6. What's the difference between @Component, @Repository

    Jul 26, 2011 · Spring provides further stereotype annotations: @Component, @Service, and @Controller. @Component is a generic stereotype for any Spring-managed component. …

  7. How do Spring annotations work? - Stack Overflow

    Mar 7, 2013 · 18 Spring is open source so you don't need to figure how it work, look inside: RequestMapping annotation is handled by RequestMappingHandlerMapping, see …

  8. Spring Boot + JPA : Column name annotation ignored

    Aug 13, 2014 · 187 I have a Spring Boot application with dependency spring-boot-starter-data-jpa. My entity class has a column annotation with a column name. For example:

  9. spring boot - Why to use @AllArgsConstructor and …

    Jul 9, 2021 · I have seen multiple codes online on applications of Spring Boot in IntelliJ, and many use both @AllArgsConstructor and @NoArgsConstructor together and both are constructors …

  10. SpringToolSuite is unable to recognize spring boot annotations

    Dec 6, 2022 · In STS, annotations such as the lombok log and most of the getter/setter methods were unrecognized. Failed to perform "Run as Spring Boot App" from STS, but it is successful …