Improved module name <functional-area>-<Command|Query>....
Standalone services now use the Event Store Server (many tests still use the embedded server)
This commit is contained in:
11
java-spring/accounts-query-side-web/build.gradle
Normal file
11
java-spring/accounts-query-side-web/build.gradle
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
dependencies {
|
||||
compile project(":accounts-query-side-backend")
|
||||
compile project(":common-web")
|
||||
|
||||
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
|
||||
compile "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user