代码拉取完成,页面将自动刷新
plugins {
id 'org.springframework.boot' version '2.7.18'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java-library'
}
group = 'org.xian'
version = '0.0.1-SNAPSHOT'
//sourceCompatibility = '11'
repositories {
mavenLocal()
maven {
url "https://mirrors.huaweicloud.com/repository/maven/"
name = "华为开源镜像库"
}
maven { url 'https://maven.aliyun.com/repository/public/' }
maven { url "https://repo.spring.io/libs-release" }
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation group: 'com.baomidou', name: 'mybatis-plus-boot-starter', version: '3.5.5'
// 必须是jdk11
implementation 'com.zaxxer:HikariCP:5.1.0'
runtimeOnly 'mysql:mysql-connector-java:8.0.31'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
// https://github.com/jwtk/jjwt
implementation 'io.jsonwebtoken:jjwt-api:0.11.1'
implementation 'io.jsonwebtoken:jjwt-impl:0.11.1',
// Uncomment the next line if you want to use RSASSA-PSS (PS256, PS384, PS512) algorithms:
//'org.bouncycastle:bcprov-jdk15on:1.60',
// or 'io.jsonwebtoken:jjwt-gson:0.11.1' for gson
'io.jsonwebtoken:jjwt-jackson:0.11.1'
// api 'org.hibernate:hibernate-validator:5.2.1.Final'
// api 'org.hibernate:hibernate-validator-annotation-processor:5.2.1.Final'
}
springBoot {
buildInfo()
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。