代码拉取完成,页面将自动刷新
buildscript {
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
plugins {
id 'java'
}
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
//jar 包安装到本地或者远程
apply plugin: 'maven'
group = 'com.tomz'
version = '1.0.0'
sourceCompatibility = '1.8'
repositories {
mavenLocal()
maven { url "http://maven.aliyun.com/nexus/content/groups/public/"}
mavenCentral()
jcenter()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
}
jar {
enabled = true
}
dependencies {
//aop
implementation 'org.aspectj:aspectjweaver'
//druid DruidXADataSource 只支持到8.0.11的mysql driver
compileOnly 'mysql:mysql-connector-java'
//
compileOnly 'com.alibaba:druid-spring-boot-starter:1.1.18'
//xa
compileOnly 'org.springframework.boot:spring-boot-starter-jta-atomikos'
compileOnly 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.0'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。