Skip to content

liubaing/Galaxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Galaxy

Galaxy for server side of mobile application with RESTful architectures.

Requirements

JDK >= 1.8.x

Modules

core

基础模块,定义容器、异常、通用工具类等。

data

数据&缓存模块,包含Redis-Cluster、Druid连接池、数据源配置等。

mq

消息队列模块,包含Kafka的Producer和Consumer。

worker

定时任务(数据刷新)。

Usage

data

导入SQL到MySQL,执行source data/src/main/resources/database/galaxy-x.x.sql

worker

mvn打包会生成tar包,scp到目标机后执行tar xvf galaxy-worker.tar.gz,切换到目录cd galaxy-worker/bin执行start.sh即可。

More

参考Dubbo