代码拉取完成,页面将自动刷新
同步操作将从 hellokaton/blade 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'eclipse'
apply plugin: 'idea'
group = 'com.bladejava'
version = '2.0.9.ALPHA1'
description = 'blade-mvc'
sourceCompatibility = 1.8
targetCompatibility = 1.8
task wrapper(type: Wrapper) {
gradleVersion = '4.7'
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
def bladeAsmVersion = '0.0.3'
def bladeLogVersion = '0.1.5'
def junitVersion = '4.12'
def slf4jApiVersion = '1.7.21'
def nettyVersion = '4.1.25.Final'
repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
maven { url "http://repo.maven.apache.org/maven2" }
mavenCentral()
}
dependencies {
compile group: 'com.bladejava', name: 'blade-asm', version: bladeAsmVersion
compile group: 'com.bladejava', name: 'blade-log', version: bladeLogVersion
compile group: 'org.slf4j', name: 'slf4j-api', version: slf4jApiVersion
compile group: 'io.netty', name: 'netty-codec-http', version: nettyVersion
compile group: 'io.netty', name: 'netty-handler', version: nettyVersion
testCompile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'
testCompile group: 'org.webjars', name: 'bootstrap', version: '3.3.7'
testCompile group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
testCompile group: 'com.mashape.unirest', name: 'unirest-java', version: '1.4.9'
testCompile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
testCompile group: 'org.webjars', name: 'bootstrap', version: '4.1.0'
compileOnly group: 'junit', name: 'junit', version: junitVersion
compileOnly group: 'io.netty', name: 'netty-transport-native-epoll', version: nettyVersion
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.16.22'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。