// Gradle Base Dependencies Configurations // Created by huxz on 2017-3-17 14:39:36 repositories { mavenLocal() maven { url "http://maven.aliyun.com/nexus/content/groups/public/" } maven { url 'http://10.10.101.21:8081/artifactory/libs-release' } maven { url 'http://10.10.101.21:8081/artifactory/libs-snapshot' } maven { url 'http://10.10.101.21:8081/artifactory/plugins-snapshot' } mavenCentral() } dependencies { testCompile('org.springframework.boot:spring-boot-starter-test') }