2 Star 0 Fork 0

walter / back-end-security

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 728 Bytes
一键复制 编辑 原始数据 按行查看 历史
就要多读书 提交于 2021-05-26 12:40 . !lombok
plugins {
id 'java'
}
group 'com.walter'
version '1.0-SNAPSHOT'
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.1.4.RELEASE'
compile group: 'org.springframework.boot', name: 'spring-boot-starter-security', version: '2.1.4.RELEASE'
compile group: 'io.jsonwebtoken', name: 'jjwt', version: '0.9.1'
compile group: 'org.projectlombok', name: 'lombok', version: '1.16.20'
compile group: 'cn.hutool', name: 'hutool-all', version: '5.4.2'
compileOnly 'org.projectlombok:lombok:1.16.20'
annotationProcessor 'org.projectlombok:lombok:1.16.20'
}
Java
1
https://gitee.com/harrypoter/back-end-security.git
git@gitee.com:harrypoter/back-end-security.git
harrypoter
back-end-security
back-end-security
master

搜索帮助