spring-data-solr-showcase
spring-data-solr-showcase copied to clipboard
localhost:8080/search 404
I run the application and visit 'localhost:8080/search' but i can't see the search.jsp I add a print(".....") in SearchController's search method and i can see the print message, but the return "search" not turn to the search.jsp
I use mvn spring-boot:run, then the server is OK, but i don't know why ??? just run application can't see the search.jsp
I found this in the documentation
The application is meant to work with the example data provided by the Solr distribution. :example> cd exampledocs :exampledocs> java -jar post.jar *.xml
I think you miss this part.