/msg-server

generic restful message server using spring, swagger and active mq.

Primary LanguageJava

msg-server

Spring Boot Server using Swagger and Active MQ.

Overview

This is an example of building a swagger-enabled server in Java using the SpringBoot framework.

Integration with Active MQ as illustrated http://websystique.com/springmvc/spring-4-mvc-jms-activemq-annotation-based-example/

The underlying library integrating swagger to SpringBoot is springfox

Start your server as an simple java application

You can view the api documentation in swagger-ui by pointing to http://localhost:8080/

Change default port value in application.properties