java - @RestController does not work, it still return me a jsp page -


controller:

@restcontroller public class commoditycontroller {      @requestmapping("test.htm")     public string test() {         return "test";     } } 

spring version:

<org.springframework.version>4.2.0.release</org.springframework.version> 

still not working:

enter image description here

can use @restcontroller this?


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -