构建Maven多模块接口

构建Maven多模块接口

项目结构如下:

  system-parent
    
    |----pom.xml
        |----system-domain
                |----pom.xml
        |----system-dao
                |----pom.xml
        |----system-service
                |----pom.xml
        |----system-web
                |----pom.xml

Step1

(1).

(2).


(3).


Step2.

Createand delete  the “src”file  insystem-parent  

(1). Created  system-parent

(2). Deleted“src”file


Step3

Create system-domain

(1).

(2).

(3)


(4).Created  system-domain

Step4

Create  “system-dao”、”system-service”、“system-web” modules  according to “system-domain”.

(1).

(2).Create“system-web”

  a)

    

 b)

   

 c)

  

(5).show  modules

猜你喜欢

转载自blog.csdn.net/qq_23315711/article/details/80733393