dashboard
repositories
filestore
activity
search
login
admin
/
kidgrow-microservices-platform
forked from
kidgrow-microservices-platform
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
1、增加私有云客户创建时的标识位和服务器Guuid 2、增加私有云服务器License下载 3、增加私有云数据库下载
luliqiang
2021-03-12
c1b942ccf2ee1ab5d01ae590d6a16ce14d0cf54b
[~admin/kidgrow-microservices-platform.git]
/
kidgrow-commons
/
kidgrow-common-spring-boot-starter
/
src
/
main
/
java
/
com
/
kidgrow
/
common
/
constant
/
HealthConstant.java
1
2
3
4
5
6
7
8
package com.kidgrow.common.constant;
public interface HealthConstant {
/**
* 调用运动处方的加盐方式
*/
public static final String HEALTH_KEY = "xg~!@753159";
}