代码拉取完成,页面将自动刷新
plugins {
id 'java'
}
group = 'com.happy3w'
version = '0.0.1'
ext {
artifactId = "persistence-jpa"
upload = 'enable'
description = "A helpfull tools to access db by spring jpa."
url = 'https://github.com/boroborome/persistence-jpa'
developerConnection = 'scm:git@github.com:boroborome/persistence-jpa.git'
}
apply plugin: 'java-library'
sourceCompatibility = '1.8'
repositories {
mavenLocal()
mavenCentral()
}
dependencies {
compileOnly 'org.projectlombok:lombok:1.18.12'
api 'jakarta.transaction:jakarta.transaction-api:1.3.3'
api 'jakarta.persistence:jakarta.persistence-api:2.2.3'
api 'com.happy3w:persistence-core:0.0.6'
// api project(":persistence-core")
implementation 'org.slf4j:slf4j-api:1.7.25'
implementation 'com.alibaba:fastjson:1.2.29'
annotationProcessor 'org.projectlombok:lombok:1.18.12'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.3.3.RELEASE'
testImplementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.3.3.RELEASE'
testImplementation 'org.springframework.boot:spring-boot-test:2.3.3.RELEASE'
testImplementation 'com.github.springtestdbunit:spring-test-dbunit:1.3.0'
testImplementation('org.dbunit:dbunit:2.5.3') {
exclude group: 'junit', module: 'junit' //by both name and group
}
testImplementation 'junit:junit:4.12'
testCompileOnly 'org.projectlombok:lombok:1.18.2'
testRuntimeOnly 'com.h2database:h2:1.4.200'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.12'
}
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。