1 Star 0 Fork 0

咸鱼/qq

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 3.05 KB
一键复制 编辑 原始数据 按行查看 历史
咸鱼 提交于 2020-04-25 11:18 . 加入了ip归属地查询
apply plugin: 'java'
apply plugin: 'maven'
group = 'com.xgp'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
description = "qq"
sourceCompatibility = 1.8
targetCompatibility = 1.8
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
compileJava.options.encoding = 'UTF-8'
compileTestJava.options.encoding = 'UTF-8'
repositories {
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
}
mavenLocal()
mavenCentral()
}
dependencies {
compile group: 'io.springfox', name: 'springfox-swagger2', version: '2.9.2'
compile group: 'io.springfox', name: 'springfox-swagger-ui', version: '2.9.2'
compile group: 'com.baomidou', name: 'mybatis-plus-boot-starter', version: '3.0.5'
compile group: 'org.apache.velocity', name: 'velocity-engine-core', version: '2.0'
compile group: 'log4j', name: 'log4j', version: '1.2.17'
// 集成mongodb
compile(group: 'org.springframework.boot', name: 'spring-boot-starter-data-mongodb', version:'2.1.7.RELEASE') {
exclude(module: 'spring-boot-starter-logging')
}
compile group: 'mysql', name: 'mysql-connector-java', version:'8.0.17'
compile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version:'2.1.7.RELEASE'
testCompile(group: 'org.springframework.boot', name: 'spring-boot-starter-test', version:'2.1.7.RELEASE') {
exclude(module: 'junit-vintage-engine')
}
testCompile group: 'org.projectlombok', name: 'lombok', version: '1.16.10'
// xls 03
testCompile group: 'org.apache.poi', name: 'poi', version: '3.9'
// xlsx -7
testCompile group: 'org.apache.poi', name: 'poi-ooxml', version: '3.9'
// 日期格式化工具
testCompile group: 'joda-time', name: 'joda-time', version: '2.10.1'
testCompile group: 'com.alibaba', name: 'easyexcel', version: '2.2.0-beta2'
compile group: 'org.springframework.boot', name: 'spring-boot-starter-mail', version: '2.1.7.RELEASE'
// 热部署插件
compile group: 'org.springframework.boot', name: 'spring-boot-devtools', version: '2.1.7.RELEASE'
// 健康状态监管
compile group: 'org.springframework.boot', name: 'spring-boot-starter-actuator', version: '2.1.7.RELEASE'
// websocket 时时通信工具
compile group: 'org.springframework.boot', name: 'spring-boot-starter-websocket', version: '2.1.7.RELEASE'
compile group: 'org.springframework.boot', name: 'spring-boot-starter-data-redis', version: '2.1.7.RELEASE'
compile group: 'com.alibaba', name: 'druid', version:'1.1.8'
// https://mvnrepository.com/artifact/redis.clients/jedis
testCompile group: 'redis.clients', name: 'jedis', version: '3.2.0'
// https://mvnrepository.com/artifact/com.alibaba/fastjson
compile group: 'com.alibaba', name: 'fastjson', version: '1.2.62'
// 发送Http请求的
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.2.1'
compile group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.2.1'
compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
implementation 'junit:junit:4.12'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xue-guo-peng/qq.git
git@gitee.com:xue-guo-peng/qq.git
xue-guo-peng
qq
qq
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385