代码拉取完成,页面将自动刷新
buildscript {
ext {
springBootVersion = '1.5.13.RELEASE'
}
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
//mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
group = 'com.code'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
//mavenCentral()
}
dependencies {
compile('org.springframework.boot:spring-boot-starter-web')
compile('org.springframework.boot:spring-boot-starter-thymeleaf')
compile('commons-codec:commons-codec:1.10')
compile('commons-configuration:commons-configuration:1.10')
compile('commons-lang:commons-lang:2.6')
compile('commons-logging:commons-logging:1.1.1')
compile('com.google.zxing:core:2.1')
compile('com.google.code.gson:gson:2.3.1')
compile('org.hamcrest:hamcrest-core:1.3')
testCompile('org.springframework.boot:spring-boot-starter-test')
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。