Springcloud学习笔记19--flep-admin模块maven搭建过程

1.flep-admin模块创建

(1)打开project structure(file-->project structure)

Springcloud学习笔记19--flep-admin模块maven搭建过程

(2)构建新的模块,选择maven项目,选择jdk版本为1.8

 Springcloud学习笔记19--flep-admin模块maven搭建过程

(3) 填写groupid和artifactId

 Springcloud学习笔记19--flep-admin模块maven搭建过程

(4)填写模块名以及存储路径

Springcloud学习笔记19--flep-admin模块maven搭建过程

 (5)模块创建结果

Springcloud学习笔记19--flep-admin模块maven搭建过程

 2.修改pom文件

***************************
APPLICATION FAILED TO START
***************************

Description:

Field commonAPI in org.jeecg.common.aspect.DictAspect required a bean of type 'org.jeecg.common.api.CommonAPI' that could not be found.

The injection point has the following annotations:
    - @org.springframework.beans.factory.annotation.Autowired(required=true)


Action:

Consider defining a bean of type 'org.jeecg.common.api.CommonAPI' in your configuration.

参考文献:

https://www.cnblogs.com/luckyplj/p/11625105.html(非常典型-创建maven类型的父子模块)