How to use spring boot making a common library

前端 未结 2 1944
太阳男子
太阳男子 2020-12-23 04:41

Now I want to develop a common mail service for our systems. As we design, we want to develop a RabbitMQ producer and consumer. On consumer side, we could devel

2条回答
  •  误落风尘
    2020-12-23 05:40

    According to the documentation:

    Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".

    But Spring Boot is not the silver bullet which matches all situations. If you want to create a library, you can create a regular spring project which builds a jar and stores it in your company's repository, if you have one.

提交回复
热议问题