1 Star 0 Fork 0

QJ_Chen / QJChen_SSO_Manage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
QJ_Chen 提交于 2023-11-26 16:11 . 加入测试依赖
plugins {
id 'java-library'
id 'maven-publish'
}
dependencies {
implementation ('org.springframework.boot:spring-boot-starter-web:2.7.7') {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
}
implementation ('org.springframework.boot:spring-boot-test:2.7.7')
implementation ('org.springframework:spring-test:5.3.29')
implementation ('org.springframework.boot:spring-boot-starter-aop:2.7.7')
implementation ('org.springframework.boot:spring-boot-starter-jetty:2.7.7')
implementation ('org.mybatis.spring.boot:mybatis-spring-boot-starter:2.3.0')
implementation ('com.zaxxer:HikariCP:4.0.3')
implementation ('mysql:mysql-connector-java:8.0.13')
implementation ('com.qjchen:QJChen_SSO_Client:1.0.0')
implementation ('com.qjchen:QJChen_SSO_SDK:1.0.0')
implementation ('redis.clients:jedis:4.2.2')
testImplementation ('junit:junit:4.13.1')
}
group = 'com.qjchen'
version = '1.0.0'
description = 'QJChen_SSO_Manage'
java.sourceCompatibility = JavaVersion.VERSION_1_8
apply plugin: 'java'
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
tasks.withType(Javadoc) {
options.encoding = 'UTF-8'
}
1
https://gitee.com/QJ-Chen/SSO_Manage.git
git@gitee.com:QJ-Chen/SSO_Manage.git
QJ-Chen
SSO_Manage
QJChen_SSO_Manage
master

搜索帮助