代码拉取完成,页面将自动刷新
plugins {
id 'java'
}
group 'com.chm'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
jcenter()
mavenCentral()
}
dependencies {
implementation group: 'com.google.guava', name: 'guava', version: '30.1.1-jre'
implementation 'org.springframework.boot:spring-boot-starter-web:2.2.6.RELEASE'
implementation 'com.baomidou:mybatis-plus-boot-starter:3.3.1.tmp'
implementation 'com.alibaba:druid-spring-boot-starter:1.1.22'
implementation 'mysql:mysql-connector-java:8.0.13'
implementation 'org.springframework.boot:spring-boot-starter-aop:2.2.6.RELEASE'
implementation 'com.google.guava:guava:18.0'
//implementation("com.squareup.okhttp3:okhttp:4.6.0")
testCompile group: 'junit', name: 'junit', version: '4.12'
annotationProcessor 'org.projectlombok:lombok:1.18.2'
compileOnly 'org.projectlombok:lombok:1.18.2'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.2'
testCompileOnly 'org.projectlombok:lombok:1.18.2'
implementation 'org.apache.commons:commons-lang3:3.10'
// https://mvnrepository.com/artifact/commons-codec/commons-codec
implementation 'org.springframework.boot:spring-boot-starter-cache:2.2.6.RELEASE'
implementation 'org.springframework.boot:spring-boot-starter-data-redis:2.2.6.RELEASE'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。