python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Spring Boot - Controller is recognised but the api is not binded
I have two files in my application.
The Main class file.
package in.njari.util;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;...
njari
Votes: 0
Answers: 2
Why do I get 404 Not Found in Spring Boot
My Spring Boot application sends data through REST API. I connects to many Google Cloud components: google pubsub, mqtt server and google SQL. Since I implemented PUBSUB and MQTT, whenever I send a re...
Przemek Grabarek
Votes: 0
Answers: 1
spring boot crud api receive 404 error from post request: postman
I am working on the CRUD rest API and application is turning on but when I'm trying to make a post request there is a: "status": 404, "error": "Not Found". On the postman...
devils123
Votes: 0
Answers: 1
In Wiremock I would like to return a 404 when a json file does not exist
In WireMock under the __files directory I have an invoices subdirectory. The number of json files in the directory changes over time.
To get an invoice I use the query like http://localhost:8080/invoi...
WillQZ
Votes: 0
Answers: 1