group 'cn.tonyandmoney.tuon'
version '1.1'

sourceCompatibility = 1.8

repositories {
    mavenCentral()
}

dependencies {
    testCompile group: 'junit', name: 'junit', version: '4.12'
    compile 'org.springframework.boot:spring-boot-starter-data-redis-reactive'
    compile('org.springframework.boot:spring-boot-starter-webflux')
//    compile 'org.springframework.boot:spring-boot-starter-data-mongodb-reactive'
    compile("com.baomidou:mybatis-plus-boot-starter:$mybatisPlusVersion")
    compile 'org.springframework.session:spring-session-data-redis'
    compile ("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.9")
    compile('com.fasterxml.jackson.module:jackson-module-kotlin:2.9.9')
}