V
V
Vladislav2015-10-06 16:38:45
Java
Vladislav, 2015-10-06 16:38:45

Throw examples of microservices on Java Spring?

Guys, leave a few examples from which you can learn, adopt the experience of applications built on the principle of microservices, namely using java, spring and other popular frameworks. I would also like to try not to write large monolithic applications, but to divide them into components, where some authorization component can be used not only in one application. Thank you. If you have any other advice on architecture I will be very grateful.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Viktor Maksimov, 2015-10-21
@Div100

Spring boot and a common data bus such as JMX or the same RabbitMQ for data exchange and dispatch between modules. In a project, modules are easily organized as Maven or Gradele modules.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question