How to use spring boot making a common library

前端 未结 1 1768
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-23 04:59

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

相关标签:
1条回答
  • 2020-12-23 05:28

    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.

    0 讨论(0)
提交回复
热议问题