GradleCN / GradleSide

Gradle 示例大全
MIT License
209 stars 61 forks source link

找不到主清 #3

Open 15234894457 opened 5 years ago

15234894457 commented 5 years ago

这是我的 ---哪有问题。谢谢

/*

apply plugin: 'java' apply plugin: 'eclipse'

repositories { maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'} }

dependencies { compile 'org.springframework.cloud:spring-cloud-starter-eureka:1.3.1.RELEASE' compile 'org.springframework.cloud:spring-cloud-starter-ribbon:1.3.1.RELEASE' compile 'org.springframework.boot:spring-boot-starter-web:1.5.4.RELEASE' compile 'org.springframework.boot:spring-boot-starter-actuator:1.5.4.RELEASE' compile 'org.springframework.cloud:spring-cloud-starter-config:1.3.1.RELEASE' compile 'org.springframework.boot:spring-boot-starter-amqp:1.5.4.RELEASE' compile 'org.mybatis.spring.boot:mybatis-spring-boot-starter:1.3.0' compile 'mysql:mysql-connector-java:5.1.40' compile 'com.k4hub:swagger2-spring-boot-starter:1.0-RELEASE' compile 'net.sf.json-lib:json-lib-ext-spring:1.0.2' compile 'com.alibaba:druid:1.1.6' compile 'org.apache.poi:poi:3.15' compile 'net.sourceforge.jexcelapi:jxl:2.6.10' compile 'dom4j:dom4j:1.6' compile 'org.springframework.session:spring-session-data-redis:1.3.1.RELEASE' compile 'org.springframework.boot:spring-boot-starter-redis:1.4.7.RELEASE' compile 'org.quartz-scheduler:quartz:2.2.1' compile 'org.apache.commons:commons-lang3:3.8.1' testCompile 'junit:junit:3.8.1' }

jar { manifest { attributes( 'Manifest-Version': 1.0, 'Main-Class': 'cmdb_resource_module.app.Application_Resource') }

}

group = 'cmdb_business_module' version = '0.0.1-SNAPSHOT' description = 'cmdb_business_module Maven Webapp' sourceCompatibility = '1.8'

tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }

bladeandmaster88 commented 5 years ago

没看懂问题。。。什么是主清