-
Notifications
You must be signed in to change notification settings - Fork 7
领域驱动
├─xxxx-application │ └─src │ └─main │ └─java │ └─com │ └─abc │ └─qq │ └─xyz │ └─xxxx │ └─application │ ├─aaa │ │ ├─converter │ │ ├─dto │ │ ├─mapper │ │ └─service │ │ └─impl │ ├─aaabbbccc │ │ └─impl │ ├─common │ │ ├─helper │ │ └─mapper │ ├─yyyzzzxxxx │ │ └─service │ │ ├─dto │ │ ├─enums │ │ └─impl │ ├─xxxx │ │ ├─dto │ │ ├─enums │ │ ├─listener │ │ ├─mapper │ │ └─service │ │ └─impl │ ├─xxxxgroup │ │ ├─dto │ │ ├─impl │ │ └─mapper │ └─yyyy │ └─impl ├─xxxx-domain │ └─src │ └─main │ └─java │ └─com │ └─abc │ └─qq │ └─xyz │ └─xxxx │ └─domain │ ├─attribute │ │ └─impl │ ├─aaa │ │ ├─dto │ │ ├─enmus │ │ ├─entqqy │ │ ├─exceptions │ │ ├─service │ │ │ └─impl │ │ ├─storage │ │ └─validate │ │ ├─async │ │ ├─decorator │ │ ├─helper │ │ │ └─impl │ │ └─validator │ ├─aaabbbccc │ │ ├─dto │ │ ├─entqqy │ │ ├─exceptions │ │ ├─impl │ │ ├─mapper │ │ ├─storage │ │ └─validate │ │ ├─async │ │ ├─helper │ │ │ └─impl │ │ └─validator │ ├─common │ │ ├─attribute │ │ │ └─storage │ │ ├─builder │ │ ├─dto │ │ │ ├─eeefff │ │ │ └─version │ │ ├─entqqy │ │ ├─exception │ │ ├─utils │ │ └─validate │ │ ├─decorator │ │ └─validator │ ├─xxxyyyxxxx │ │ ├─dto │ │ ├─entqqy │ │ ├─exceptions │ │ ├─helper │ │ ├─service │ │ │ └─impl │ │ ├─storage │ │ └─validate │ ├─xxxyyyaaa │ │ ├─converter │ │ │ ├─request │ │ │ └─response │ │ ├─dto │ │ ├─entity │ │ ├─enums │ │ ├─exceptions │ │ ├─mapper │ │ ├─service │ │ │ └─impl │ │ ├─storage │ │ └─validate │ ├─dddd │ │ ├─dto │ │ ├─entqqy │ │ │ └─nnn │ │ ├─enums │ │ ├─exceptions │ │ ├─execute │ │ │ └─impl │ │ ├─service │ │ │ └─impl │ │ ├─storage │ │ └─validate │ │ ├─business │ │ │ └─impl │ │ ├─common │ │ ├─handler │ │ │ └─impl │ │ └─vo │ ├─xxxx │ │ ├─dto │ │ ├─entqqy │ │ ├─enums │ │ ├─event │ │ ├─exceptions │ │ ├─execute │ │ │ └─impl │ │ ├─handler │ │ │ └─impl │ │ ├─mapper │ │ ├─multqqhread │ │ │ └─tasks │ │ ├─service │ │ │ └─impl │ │ ├─storage │ │ ├─template │ │ ├─utils │ │ └─validate │ │ ├─validatehelper │ │ │ └─impl │ │ └─validator │ ├─xxxxgroup │ │ ├─dto │ │ ├─entqqy │ │ ├─exceptions │ │ ├─impl │ │ ├─mapper │ │ ├─permisson │ │ │ └─impl │ │ ├─storage │ │ └─validate │ │ ├─helper │ │ │ └─impl │ │ └─impl │ ├─storage │ ├─system │ │ └─storage │ └─yyyy │ ├─impl │ └─storage ├─xxxx-infrastructure │ └─src │ └─main │ └─java │ └─com │ └─abc │ └─qq │ └─xyz │ └─xxxx │ └─infrastructure │ └─storage │ ├─attrrule │ ├─aaa │ │ └─mapper │ ├─aaabbbccc │ │ ├─mapper │ │ └─sqlproperties │ ├─zzzzz │ │ ├─helper │ │ └─storage │ ├─common │ │ ├─attribute │ │ │ ├─helper │ │ │ └─mapper │ │ ├─dmbext │ │ ├─mapper │ │ │ ├─impl │ │ │ └─eeefff │ │ └─utils │ ├─xxxyyy │ │ └─mapper │ ├─xxxyyyxxxx │ │ ├─mapper │ │ ├─service │ │ │ └─impl │ │ └─utils │ ├─xxxyyyaaa │ │ ├─mapper │ │ ├─sqlproperties │ │ └─utils │ ├─eeefff │ │ ├─mapper │ │ └─storage │ ├─dddd │ │ ├─mapper │ │ │ └─impl │ │ └─utils │ ├─xxxx │ │ ├─assembler │ │ ├─constants │ │ ├─mapper │ │ │ └─impl │ │ └─utils │ ├─xxxxgroup │ │ ├─assembler │ │ ├─mapper │ │ ├─sqlproperties │ │ └─utils │ ├─system │ │ └─mapper │ └─yyyy │ └─mapper ├─xxxx-interfaces │ ├─xxxx-api │ │ └─src │ │ └─main │ │ └─java │ │ └─com │ │ └─abc │ │ └─qq │ │ └─xyz │ │ └─xxxx │ │ └─interfaces │ │ └─api │ │ ├─aaa │ │ │ ├─group │ │ │ └─vo │ │ ├─aaabbbccc │ │ │ ├─groups │ │ │ └─vo │ │ │ ├─request │ │ │ └─response │ │ ├─common │ │ │ ├─mapper │ │ │ │ ├─eeefff │ │ │ │ └─yyyy │ │ │ ├─utils │ │ │ └─vo │ │ │ ├─eeefff │ │ │ ├─yyyy │ │ │ └─version │ │ ├─xxxyyyxxxx │ │ │ ├─groups │ │ │ └─vo │ │ ├─xxxyyyaaa │ │ │ ├─group │ │ │ └─vo │ │ ├─dddd │ │ │ ├─groups │ │ │ └─vo │ │ │ └─validate │ │ ├─xxxx │ │ │ ├─groups │ │ │ └─vo │ │ └─xxxxgroup │ │ ├─groups │ │ ├─validator │ │ │ └─roles │ │ └─vo │ └─xxxx-impl │ └─src │ └─main │ ├─java │ │ └─com │ │ └─abc │ │ └─qq │ │ └─xyz │ │ └─xxxx │ │ └─interfaces │ │ └─impl │ │ ├─aaa │ │ │ ├─converter │ │ │ └─mapper │ │ ├─aaabbbccc │ │ │ ├─assembler │ │ │ │ ├─request │ │ │ │ └─response │ │ │ └─converter │ │ │ ├─request │ │ │ └─response │ │ ├─common │ │ │ ├─helper │ │ │ ├─mapper │ │ │ │ └─eeefff │ │ │ └─utils │ │ ├─xxxyyyxxxx │ │ │ └─mapper │ │ ├─xxxyyyaaa │ │ │ ├─converter │ │ │ │ ├─request │ │ │ │ └─response │ │ │ └─mapper │ │ ├─dddd │ │ │ └─mapper │ │ ├─xxxx │ │ │ └─mapper │ │ │ └─impl │ │ └─xxxxgroup │ │ └─mapper │ └─resources │ └─config └─xxxx-starter ├─conf └─src ├─main │ ├─assembly │ ├─java │ │ └─com │ │ └─abc │ │ └─qq │ │ ├─xyz │ │ │ └─xxxx │ │ │ └─starter │ │ └─rdm │ │ └─listener │ ├─resources │ │ └─config │ ├─shell │ └─webapp │ └─WEB-INF │ └─rt_metadata_temp └─test ├─java │ └─com │ └─abc │ └─qq │ └─xyz │ └─xxxx │ ├─aaa │ │ ├─mapper │ │ │ ├─application │ │ │ ├─infrastructure │ │ │ └─interfaces │ │ └─validate │ ├─common │ │ ├─helper │ │ ├─mapper │ │ └─validate │ ├─xxxyyyaaa │ │ ├─converter │ │ ├─mapper │ │ │ ├─domain │ │ │ ├─infrastructure │ │ │ └─interfaces │ │ └─validate │ ├─xxxyyyxxxx │ ├─xxxxgroup │ │ ├─assembler │ │ ├─mapper │ │ │ ├─application │ │ │ ├─domain │ │ │ ├─infrastructure │ │ │ └─interfaces │ │ └─validate │ ├─xxxxdddd │ └─xxxxmgmt │ └─dt │ ├─application │ │ ├─listener │ │ └─mapper │ ├─domain │ │ ├─mapper │ │ ├─utils │ │ ├─validatehelper │ │ └─validator │ ├─interfaces │ │ └─mapper │ └─storage │ └─mapper └─resources ├─conf └─data ├─xxxxdddd └─xxxxmgmt └─dt └─interfaces