dashboard
repositories
filestore
activity
search
login
main
/
swspkmas
教育训练处考试制证系统后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
init ruoyi
郑永安
2023-09-06
e486dd1fe7efc6310733b5c8ee812f0e1a5b2dde
[swspkmas.git]
/
ruoyi-common
/
src
/
main
/
java
/
com
/
ruoyi
/
common
/
enums
/
DataSourceType.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.ruoyi.common.enums;
/**
* 数据源
*
* @author ruoyi
*/
public enum DataSourceType
{
/**
* 主库
*/
MASTER,
/**
* 从库
*/
SLAVE
}