单体架构demo

idea 新建maven项目

1、外层pom.xml    2、jar 包pom.xml 3、主要pom.xml

单体架构demo_第1张图片单体架构demo_第2张图片单体架构demo_第3张图片

这个打包插件放在有main 启动模块中

    
        
            org.springframework.boot
            spring-boot-maven-plugin
        
    

单体架构demo_第4张图片

Unable to find main class  未发现主类。因为打的jar 包不需要主类。这个在外出pom 移动到 主模块中。在进行打包。

你可能感兴趣的:(架构,java,intellij-idea)