所有程序包的分层结构
- cn.herodotus.stirrup.rest.reactive.message.annotation,
- cn.herodotus.stirrup.rest.reactive.message.config,
- cn.herodotus.stirrup.rest.reactive.message.controller
类分层结构
- java.lang.Object
- cn.herodotus.stirrup.web.api.reactive.AbstractJpaReadableController<E,
ID> (implements cn.herodotus.stirrup.web.api.reactive.JpaReadableController<E, ID>) - cn.herodotus.stirrup.web.api.reactive.AbstractJpaWriteableController<E,
ID> (implements cn.herodotus.stirrup.web.api.reactive.JpaWriteableController<E, ID>) - cn.herodotus.stirrup.rest.reactive.message.controller.DialogueContactController
- cn.herodotus.stirrup.rest.reactive.message.controller.DialogueDetailController
- cn.herodotus.stirrup.rest.reactive.message.controller.NotificationController
- cn.herodotus.stirrup.web.api.reactive.AbstractJpaWriteableController<E,
- cn.herodotus.stirrup.rest.reactive.message.config.RestReactiveMessageConfiguration
- cn.herodotus.stirrup.web.api.reactive.AbstractJpaReadableController<E,
批注接口分层结构
- cn.herodotus.stirrup.rest.reactive.message.annotation.EnableHerodotusRestReactiveMessage (implements java.lang.annotation.Annotation)