12345678910111213141516171819202122232425 |
- {
- "groups": [
- {
- "name": "event",
- "type": "jnpf.properties.EventProperty",
- "sourceType": "jnpf.config.ProjectEventAutoConfiguration",
- "sourceMethod": "getEventProperties()"
- }
- ],
- "properties": [
- {
- "name": "event.event-publish-type",
- "type": "java.lang.String",
- "description": "默认时间发布、监听渠道: redis, mq",
- "sourceType": "jnpf.properties.EventProperty"
- },
- {
- "name": "event.redis-publish-type",
- "type": "java.lang.String",
- "description": "Redis监听模式:current, all",
- "sourceType": "jnpf.properties.EventProperty"
- }
- ],
- "hints": []
- }
|