idea jarバッグノートを打つ

3799 ワード

1、maven構成:
Commont line:package -f pom.xml

2、pom.xml


    4.0.0
    
        org.springframework.boot
        spring-boot-starter-parent
        1.5.20.RELEASE
         
    
    com.njwd
    photostock
    jar
    0.0.1-SNAPSHOT
    photostock
    Demo project for Spring Boot

    
        1.8
    

    
        
        
            org.mybatis.spring.boot
            mybatis-spring-boot-starter
            1.3.4
        
        
            mysql
            mysql-connector-java
            runtime
        
        
            com.alibaba
            druid
            1.1.16
        
        
            com.github.pagehelper
            pagehelper-spring-boot-starter
            1.2.10
        

        
            org.springframework.boot
            spring-boot-starter-web
        

        
            org.springframework.boot
            spring-boot-starter-test
            test
        

        
            org.springframework.cloud
            spring-cloud-starter-eureka
            1.4.6.RELEASE
        

        
            org.springframework.cloud
            spring-cloud-starter-feign
            1.4.6.RELEASE
        

        
            io.springfox
            springfox-swagger2
            2.5.0
        
        
            io.springfox
            springfox-swagger-ui
            2.5.0
        

        
            org.springframework.boot
            spring-boot-starter-aop
        
    

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

    
    
        
            alimaven
            Maven Aliyun Mirror
            http://maven.aliyun.com/nexus/content/repositories/central/
            
                true
            
            
                false