代码拉取完成,页面将自动刷新
同步操作将从 王雪名/mylogHg 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
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'*/
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。