GitHub / xialugui / implementing-domain-driven-design
基于Spring Boot,Axon Framework的领域驱动设计(ddd)理论与实践结合。
Stars: 8
Forks: 5
Open issues: 0
License: other
Language: Java
Size: 2.92 MB
Dependencies parsed at:
16
Created at: almost 4 years ago
Updated at: almost 2 years ago
Pushed at: almost 3 years ago
Last synced at: almost 2 years ago
Topics: axon-framework, ddd, domain-driven-design, java, spock, spring, spring-boot, springcloud, tdd
build.gradle
maven
- org.projectlombok:lombok * compileOnly
- org.springframework.cloud:spring-cloud-starter-netflix-eureka-server * implementation
- org.springframework.boot:spring-boot-starter-test * testImplementation
- com.h2database:h2 * runtimeOnly
- org.springframework.boot:spring-boot-starter-test * testImplementation
- org.axonframework:axon-spring-boot-starter ${axonVersion} implementation
- org.springframework.boot:spring-boot-starter-test * testImplementation
- org.springframework.boot:spring-boot-starter-data-jpa * api
- com.google.auto.service:auto-service 1.0 implementation
- org.axonframework:axon-spring-boot-starter ${axonVersion} implementation
- com.h2database:h2 * runtimeOnly
- org.springframework.boot:spring-boot-starter-test * testImplementation
- org.axonframework:axon-spring-boot-starter ${axonVersion} implementation
- org.jetbrains.kotlin:kotlin-stdlib-jdk8 * implementation
- com.h2database:h2 * runtimeOnly
- org.springframework.boot:spring-boot-starter-test * testImplementation