The specific implementation of the service and the introduction of MybatisPlus

1 Build a background service system

The background service system adopts the SOA architecture idea and uses dubbo as the service governance framework for construction.

1.1 Create haoke-manage

1. Click "+" on git and choose to create a new warehouse. As shown in the picture: insert image description here
2. As shown in the picture: click Create! insert image description here
3. Through the IDEA window, click as shown in the figure; insert image description here
4. Click to clone, as shown in the figure: insert image description here
5. The code to create the pom.xml file is as follows:

<?xml version="1.0" encoding=

Guess you like

Origin blog.csdn.net/weixin_40055163/article/details/124682044