dashboard
repositories
filestore
activity
search
login
main
/
firework_oracle
烟花爆竹推送丹灵系统数据服务
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update .gitignore
kongzy
2024-02-18
659ed87a1ec45c77cd1b6d02b6c97eee6077000d
[firework_oracle.git]
/
src
/
main
/
java
/
com
/
gkhy
/
firework
/
config
/
DataSourceTypeEnum.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.gkhy.firework.config;
/**
* 数据源
*/
public enum DataSourceTypeEnum {
/**
* 主库
*/
MASTER,
/**
* 从库
*/
SLAVE
}