About 50 results
Open links in new tab
  1. spring boot - While accessing swagger API, I get java.lang ...

    May 17, 2025 · While accessing swagger API, I get java.lang.NoSuchMethodError: 'void org.springframework.web.method.ControllerAdviceBean.<init> (java.lang.Object)' Asked 9 months …

  2. java - Obtain and download Javadoc (JDK API ... - Stack Overflow

    When writing Java code, I refer extensively to the Javadoc—that is, the Java® Platform, Standard Edition &amp; Java Development Kit Version x API Specification. I know how to read it online from the

  3. Providing RESTful JSON API in Java - Stack Overflow

    Jun 13, 2013 · What is the idiomatic way of providing RESTful JSON API in Java? Do you use JAX-WS and XML annotations (@XmlElement etc.)? How do you serialize annotated objects to JSON (using …

  4. Newest Questions - Stack Overflow

    1 day ago · A collective for developers who utilize Amazon Web Services' infrastructure and platform capabilities. The AWS Collective is organized and managed by the Stack Overflow community as a …

  5. Spring Boot API Gateway Unable to resolve name - Stack Overflow

    Feb 10, 2021 · Api calls via gateway throws java.net.UnknownHostException even though I am able to hit the application directly with the given hostname Spring Boot version : 2.4.2 Spring-cloud.version: …

  6. Java streaming rest API - Stack Overflow

    Aug 10, 2020 · I'm always confused about how to stream a response back to the client, for example a large csv file, and I'd like to ask some questions: I'm reading the file line by line and write directly to the

  7. Interpreting Java Classfile API verify error - Stack Overflow

    Mar 1, 2025 · That last thing is impossible to create in java-the-language and bizarre even if theoretically possible in various other languages that compile to the JVM, by using a feature to 'force' identifier …

  8. Connect Java rest API to JIra - Stack Overflow

    Feb 22, 2017 · Connect Java rest API to JIra Asked 9 years, 6 months ago Modified 8 years, 11 months ago Viewed 18k times

  9. java - How to fix http 500 error when accessing /v3/api-docs in Spring ...

    Jan 20, 2023 · How to fix http 500 error when accessing /v3/api-docs in Spring Boot with springdoc-openapi-starter-webmvc-ui:2.0.2?

  10. Difference between FetchType LAZY and EAGER in Java Persistence API?

    Jun 7, 2010 · 1 public enum FetchType extends java.lang.Enum<FetchType> Defines strategies for fetching data from the database. The EAGER strategy is a requirement on the persistence provider …