代码拉取完成,页面将自动刷新
plugins {
id 'org.springframework.boot' version '2.7.0'
id 'io.spring.dependency-management' version '1.0.12.RELEASE'
id 'java'
}
group = 'com.junda'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
configurations {
compileOnly {
extendsFrom annotationProcessor
}
}
repositories {
mavenLocal()
mavenCentral()
maven { url 'https://maven.aliyun.com/repository/jcenter' }
}
dependencies {
//web基础服务包
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
//引入springSecurity安全认证框架 + jwt认证
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'io.jsonwebtoken:jjwt-api:0.10.7'
//数据库链接
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'mysql:mysql-connector-java:8.0.21'
//mybatisplus插件
implementation 'com.baomidou:mybatis-plus-boot-starter:3.5.2'
//lombok插件
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
//hutool工具类
implementation 'cn.hutool:hutool-all:5.8.10'
}
test {
useJUnitPlatform()
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。