java-tutorials/spring-remoting/remoting-http/remoting-http-server/readme.md

13 lines
316 B
Markdown
Raw Normal View History

Build and launch with the following command.
mvn clean package tomcat7:run-war
Exposed service is available at following URL.
http://localhost:9090/spring-remoting-http-server/account
## References
<http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#remoting-httpinvoker>