代码拉取完成,页面将自动刷新
同步操作将从 MXLEADER/quick-doc-service 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
buildscript {
ext.kotlin_version = '1.2.21'
ext {
springBootVersion = '2.0.0.RC1'
swagger_version='2.8.0'
swagger_bootstrap_version = '1.7.2'
spring_kafka_version='2.1.2.RELEASE'
junit_version = '4.12'
junit_jupiter_version='5.0.3'
junit_vintage_version="$junit_version.0"
junit_platform_version='1.0.0'
}
repositories {
mavenCentral()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url 'http://repo.spring.io/plugins-release' }
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'io.spring.gradle:propdeps-plugin:0.0.9.RELEASE'
}
}
apply plugin: 'java'
apply plugin: 'kotlin'
apply plugin: 'eclipse'
apply plugin: 'propdeps'
apply plugin: 'propdeps-maven'
apply plugin: 'propdeps-idea'
apply plugin: 'propdeps-eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
group = 'cn.mxleader.quickdoc'
version = '1.0.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
}
dependencies {
optional "org.springframework.boot:spring-boot-configuration-processor"
compile("org.tensorflow:tensorflow:1.5.0")
compile("org.springframework.boot:spring-boot-starter-actuator")
compile("org.springframework.boot:spring-boot-starter-hateoas")
compile("org.springframework.boot:spring-boot-starter-thymeleaf")
compile("org.springframework.boot:spring-boot-starter-data-mongodb-reactive")
compile("org.springframework.boot:spring-boot-starter-security")
compile("org.springframework.boot:spring-boot-starter-web")
compile("org.springframework.boot:spring-boot-starter-webflux")
compile("io.springfox:springfox-swagger2:$swagger_version")
compile("io.springfox:springfox-swagger-ui:$swagger_version")
compile("com.github.xiaoymin:swagger-bootstrap-ui:$swagger_bootstrap_version")
compile("org.springframework.kafka:spring-kafka:$spring_kafka_version")
compile("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version")
compile("org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version")
compile("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
compile("org.jetbrains.kotlin:kotlin-reflect:$kotlin_version")
compile("com.fasterxml.jackson.module:jackson-module-kotlin")
testCompile('org.springframework.boot:spring-boot-starter-test')
testCompile('io.projectreactor:reactor-test')
testCompile('org.springframework.security:spring-security-test')
testCompile("junit:junit:$junit_version")
testCompile("org.junit.jupiter:junit-jupiter-api:$junit_jupiter_version")
testCompile("org.junit.jupiter:junit-jupiter-engine:$junit_jupiter_version")
testCompile("org.junit.platform:junit-platform-runner:$junit_platform_version")
testCompile("org.junit.platform:junit-platform-launcher:$junit_platform_version")
testCompile("org.junit.vintage:junit-vintage-engine:$junit_vintage_version")
}
compileKotlin {
kotlinOptions {
jvmTarget = "1.8"
}
}
compileTestKotlin {
kotlinOptions {
jvmTarget = "1.8"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。