0
0
mirror of https://github.com/tursom/TursomServer.git synced 2025-03-03 06:10:09 +08:00
TursomServer/settings.gradle
2020-03-07 17:30:36 +08:00

15 lines
426 B
Groovy

rootProject.name = 'TursomServer'
include 'web', 'aop', 'database', 'database:database-async', 'utils', 'utils:xml', 'utils:async-http', 'web:netty-web'
include 'socket', 'socket:socket-async'
include 'AsyncSocket'
include 'log'
include 'json'
include 'utils:yaml'
include 'web:web-coroutine'
include 'microservices'
include 'database:database-mysql'
include 'database:mongodb'
include 'utils:ws-client'
include 'utils:mail'