1 Star 0 Fork 174

学习教程/blade

forked from hellokaton/blade 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
biezhi 提交于 2018-07-03 16:16 . :bookmark:release 2.0.9.ALPHA2
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'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/eric-tutorial/blade.git
git@gitee.com:eric-tutorial/blade.git
eric-tutorial
blade
blade
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385