Enable HTTP Request POST in Spring Boot
问题 I am using Spring boot, here the maven dependency <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> For the web pages I am placing the files in src/main/resources/static. There I have my html files, js libraries (angular, jquery), and css files. I am trying to make an HTTP Request POST with Angular (I also have a GET Request that is working fine) but I get this POST http://localhost:8080/xxxx/12/addEntry 405 (Method Not