Common util

Module common-util is created in main project directory.

Figure 1. Common util.

This module is designed for storing common util classes. Maybe you have a utility class for reading file character by character. And it is very generic and many microservices will use it. Just put it in common-util module and it will be included in all implementations by default.