| 程序包 | 说明 |
|---|---|
| cn.ipokerface.property.spring |
| 限定符和类型 | 方法和说明 |
|---|---|
PropertyResource |
PropertyResourceRedisService.getProperty(String code)
get a property config from redis.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,PropertyResource> |
PropertyResourceRedisService.getProperties()
find all properties.
|
Map<String,PropertyResource> |
PropertyResourceRedisService.getProperties(String... codes)
find multi properties of codes...
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PropertyResourceRedisService.setProperties(List<PropertyResource> properties)
update all properties provided. if properties is empty this method will return immediately.
|
Copyright © 2021. All rights reserved.