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

OSCHINA-MIRROR/changxinjie-fast-boot-starter

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
build.gradle 2.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
changxinjie Отправлено 12.06.2019 05:05 c96e859
buildscript {
repositories {
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
mavenCentral()
}
dependencies {
classpath "io.ebean:ebean-gradle-plugin:11.37.1"
}
}
plugins {
id 'org.springframework.boot' version '2.1.4.RELEASE'
id "io.freefair.lombok" version "3.2.0"
id 'java'
}
apply plugin: 'io.spring.dependency-management'
apply plugin: 'io.ebean'
apply plugin: 'idea'
group = 'com.gzbsoft'
version = '0.0.1'
sourceCompatibility = '12'
configurations {
compileOnly {
extendsFrom annotationProcessor
}
}
compileJava.dependsOn(processResources)
repositories {
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
mavenCentral()
}
ext {
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-aop'
implementation 'io.jsonwebtoken:jjwt-api:0.10.5'
runtime 'io.jsonwebtoken:jjwt-impl:0.10.5', 'io.jsonwebtoken:jjwt-jackson:0.10.5'
implementation 'io.github.hexagonframework.boot:spring-data-ebean-spring-boot:2.0.0.RELEASE'
implementation 'io.github.hexagonframework.data:spring-data-ebean:2.0.0.RELEASE'
implementation 'io.ebean:ebean:11.37.1'
implementation 'io.ebean:ebean-spring-txn:11.10.4'
implementation 'io.ebean:ebean-elastic:11.38.1'
compile group: 'org.apache.shiro', name: 'shiro-core', version: '1.4.0'
compile group: 'org.apache.shiro', name: 'shiro-spring', version: '1.4.0'
compile group: 'com.zaxxer', name: 'HikariCP', version: '3.3.1'
compile group: 'cn.hutool', name: 'hutool-all', version: '4.5.7'
compile group: 'io.springfox', name: 'springfox-swagger2', version: '2.9.2'
compile group: 'com.github.xiaoymin', name: 'swagger-bootstrap-ui', version: '1.9.3'
compile group: 'com.qiniu', name: 'qiniu-java-sdk', version: '7.2.18'
runtimeOnly 'org.springframework.boot:spring-boot-devtools'
runtimeOnly 'mysql:mysql-connector-java'
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
testImplementation 'org.springframework.boot:spring-boot-starter-test'
compile 'com.aliyun:aliyun-java-sdk-core:3.3.1'
compile 'com.aliyun:aliyun-java-sdk-dysmsapi:1.1.0'
compile 'com.alipay.sdk:alipay-sdk-java:3.6.0.ALL'
compile 'org.bouncycastle:bcprov-jdk15on:1.61'
}
ebean {
debugLevel = 1
}
test {
testLogging.showStandardStreams = true
}
clean {
delete 'log', 'out', 'db-create-all.sql', 'db-drop-all.sql'
}
bootJar {
launchScript()
}

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

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

1
https://api.gitlife.ru/oschina-mirror/changxinjie-fast-boot-starter.git
git@api.gitlife.ru:oschina-mirror/changxinjie-fast-boot-starter.git
oschina-mirror
changxinjie-fast-boot-starter
changxinjie-fast-boot-starter
master