标签:例子 set 定义变量 ase lombok app 工具 setting android
dependencies {
compile('org.springframework.boot:spring-boot-starter-web')
compile('org.springframework.boot:spring-boot-starter-hateoas')
compile('org.springframework.boot:spring-boot-starter-cache')
compile('org.springframework.cloud:spring-cloud-cloudfoundry-connector')
compile project(':XXXCommon')
compile project(':SwaggerSupport')
compileOnly('org.projectlombok:lombok')
testCompile('org.springframework.boot:spring-boot-starter-test')
testCompile('org.testng:testng:6.8')
}
标签:例子 set 定义变量 ase lombok app 工具 setting android
原文地址:https://www.cnblogs.com/wyp1988/p/10304609.html