代码拉取完成,页面将自动刷新
同步操作将从 linzb/jcalaBlog 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
buildscript {
ext {
springBootPluginVersion = '1.4.1.RELEASE'
springBootVersion = '1.4.1.RELEASE'
mybatisSpringVersion='1.1.1'
ehcacheVersion='2.10.2.2.21'
dockerPluginVersion='1.2'
}
repositories {
mavenLocal()
mavenCentral()
maven { url "http://repo.spring.io/release" }
maven { url "http://repo.spring.io/milestone" }
maven { url "http://repo.spring.io/snapshot" }
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootPluginVersion}")
classpath "se.transmode.gradle:gradle-docker:${dockerPluginVersion}"
}
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'spring-boot'
apply plugin: 'docker'
sourceCompatibility = 1.7
targetCompatibility = 1.7
compileJava.dependsOn(processResources)
jar {
baseName = 'jcalaBlog'
version = '1.0.0'
}
configurations {
compile.exclude module: "spring-boot-starter-tomcat"
compile.exclude module: "velocity-tools"
compile.exclude module: "undertow-websockets-jsr"
compile.exclude group: 'org.apache.tomcat.embed'
compile.exclude group: 'org.apache.tomcat'
compile.exclude group: 'org.apache.struts'
compile.exclude group: 'com.fasterxml'
compile.exclude group: 'org.hibernate'
compile.exclude group: 'org.glassfish'
compile.exclude group: 'dom4j'
compile.exclude group: 'c3p0'
}
bootRun {
systemProperties = System.properties
addResources = true
}
repositories {
mavenLocal()
mavenCentral()
maven { url "http://repo.spring.io/release" }
maven { url "http://repo.spring.io/milestone" }
maven { url "http://repo.spring.io/snapshot" }
}
dependencies {
compile ("org.springframework.boot:spring-boot-starter-web:${springBootVersion}"){
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
}
compile "org.springframework.boot:spring-boot-starter-undertow:${springBootVersion}"
compile "org.springframework.boot:spring-boot-starter-velocity:${springBootVersion}"
compile "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
//--------------------数据库驱动----------------------------
compile 'mysql:mysql-connector-java:5.1.38'
//-------------------数据库连接池---------------------------
compile 'com.zaxxer:HikariCP:2.5.1'
//----------------------ORM--------------------------------
compile("org.mybatis.spring.boot:mybatis-spring-boot-starter:1.1.1")
//--------------------JDK工具------------------------------
compile 'org.projectlombok:lombok:1.16.10'
//---------------------缓存-------------------------------
compile "net.sf.ehcache:ehcache:${ehcacheVersion}"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。