一、微服务模块搭建流程
1、建module;
2、改pom;
3、写YML;
4、主启动;
5、业务类。
二、业务类流程
1.建表
2.entity
3.dao
4.service
5.controller