zoukankan      html  css  js  c++  java
  • Springcloud学习笔记19--flep-admin模块maven搭建过程

    1.flep-admin模块创建

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

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

     

    (3) 填写groupid和artifactId

     

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

     (5)模块创建结果

     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类型的父子模块)

  • 相关阅读:
    习题2-7
    习题2-6
    习题2-5
    习题2-4
    习题2-3
    作业二 分支循环结构
    2- 8
    实验三-计算圆柱体积
    实验三-计算n个圆柱体体积
    实验3-计算圆面积
  • 原文地址:https://www.cnblogs.com/luckyplj/p/15338228.html
Copyright © 2011-2022 走看看