当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 2

攻城狮/mylogHg
关闭

forked from 王雪名/mylogHg
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 2.26 KB
一键复制 编辑 原始数据 按行查看 历史
王雪名 提交于 2019-06-17 14:12 . 初始化提交
buildscript {
repositories {
mavenLocal()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.9.RELEASE")
}
}
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
apply plugin: 'war'
idea.module.iml {
beforeMerged { module ->
module.dependencies.clear()
}
whenMerged { module ->
module.dependencies*.exported = true
}
}
idea.project.ipr {
beforeMerged { project ->
project.modulePaths.clear()
}
withXml { provider ->
provider.node.component
.find { it.@name == 'VcsDirectoryMappings' }
.mapping.@vcs = 'Git'
}
}
repositories {
mavenLocal()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
mavenCentral()
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
dependencies {
compile("org.springframework.boot:spring-boot-starter-web")
compile("org.springframework:spring-web")
compile group: 'org.springframework.boot', name: 'spring-boot-starter-actuator', version: '1.5.9.RELEASE'
compile group: 'org.springframework.boot', name: 'spring-boot-devtools', version: '1.5.9.RELEASE'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.2'
/*compile 'nz.net.osnz.composite:composite-druid:1.3'*/
compile group: 'com.alibaba', name: 'druid', version: '1.1.5'
/*compile 'com.alibaba:druid:1.1.6'*/
/*compile 'org.mybatis:mybatis:3.4.5'*/
/*compile 'org.mybatis.spring.boot:mybatis-spring-boot:1.3.1'
compile group: 'org.mybatis', name: 'mybatis-spring', version: '1.3.1'*/
compile group: 'org.mybatis.spring.boot', name: 'mybatis-spring-boot-starter', version: '1.3.1'
/*compile 'com.oracle:ojdbc14:10.2.0.4.0'*/
/*compile group: 'oracle', name: 'ojdbc14', version: '10.2.0.4'*/
/*如果远程仓库中找不到我们需要的jar包,需要加载本地jar包,在项目下建一个目录:比方叫“libs”,把我们手中的jar包拷进去,写上下面这句话。*/
compile fileTree(dir:'libs',include:['*.jar'])
/*compile group: 'org.quartz-scheduler', name: 'quartz-oracle', version: '2.1.7'*/
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/big_core/mylogHg.git
git@gitee.com:big_core/mylogHg.git
big_core
mylogHg
mylogHg
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385