1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/haigle-virtue

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.gradle 3.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
haigle Отправлено 07.09.2022 08:40 b08fc3d
/*
* This file was generated by the Gradle 'init' task.
*/
plugins {
id 'java'
id 'maven-publish'
id 'org.springframework.boot' version '2.5.6'
id "com.github.shalousun.smart-doc" version '2.3.1'
}
apply plugin: 'java'
apply plugin: 'io.spring.dependency-management'
repositories {
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url "https://repo.spring.io/plugins-release" }
mavenLocal()
maven {
url = uri('https://repo.maven.apache.org/maven2/')
}
}
dependencies {
implementation 'org.springframework.boot:spring-boot-configuration-processor'
implementation 'org.springframework.boot:spring-boot-starter-aop'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-tomcat'
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.2.0'
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-mail'
implementation 'org.springframework.boot:spring-boot-starter-websocket'
implementation 'org.springframework.data:spring-data-commons'
implementation 'org.logback-extensions:logback-ext-loggly:0.1.5'
implementation 'ma.glasnost.orika:orika-core:1.5.4'
implementation 'cn.dev33:sa-token-spring-boot-starter:1.28.0'
implementation 'cn.dev33:sa-token-dao-redis:1.28.0'
implementation 'org.apache.commons:commons-pool2:2.10.0'
implementation 'mysql:mysql-connector-java:8.0.25'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.0'
implementation 'org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1:1.16'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'com.auth0:java-jwt:3.18.2'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:3.0.1'
implementation 'org.reflections:reflections:0.10.2'
implementation 'org.jetbrains:annotations:22.0.0'
implementation 'com.google.guava:guava:31.0.1-jre'
implementation 'cn.hutool:hutool-all:5.7.16'
implementation('com.qcloud:cos_api:5.6.61'){
exclude module:'slf4j-log4j12'
}
testImplementation 'com.jayway.jsonpath:json-path:2.6.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
compileOnly 'org.projectlombok:lombok:1.18.22'
annotationProcessor 'org.projectlombok:lombok:1.18.22'
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
runtimeOnly 'org.springframework.boot:spring-boot-devtools'
}
def activeProfile = System.getProperty("profile") ?: "dev"
processResources {
filter org.apache.tools.ant.filters.ReplaceTokens, tokens: [profileName: activeProfile]
}
def projectName = 'virtue'
group = 'cn.haigle'
version = '2.0.1'
description = 'virtue'
java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8
archivesBaseName = projectName + '-' + activeProfile
publishing {
publications {
maven(MavenPublication) {
from(components.java)
}
}
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/haigle-virtue.git
git@api.gitlife.ru:oschina-mirror/haigle-virtue.git
oschina-mirror
haigle-virtue
haigle-virtue
master