-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsettings.gradle.kts
More file actions
29 lines (28 loc) · 869 Bytes
/
settings.gradle.kts
File metadata and controls
29 lines (28 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
rootProject.name = "spring-boot-tutorials"
include("batch-rest-repository")
include("batch-skip-step")
include("cloud-jdbc-env-repo")
include("data-domain-events")
include("data-envers-audit")
include("data-jdbc-audit")
include("data-jdbc-schema-generation")
include("data-jpa-audit")
include("data-jpa-event")
include("data-jpa-filtered-query")
include("data-jpa-hibernate-cache")
include("data-mongodb-audit")
include("data-mongodb-full-text-search")
include("data-mongodb-tc-data-load")
include("data-mongodb-transactional")
include("data-redis-cache")
include("data-repository-definition")
include("data-rest-composite-id")
include("data-rest-validation")
include("graphql")
include("jooq")
include("modulith")
include("test-execution-listeners")
include("test-rest-assured")
include("test-slice-tests-rest")
include("web-rest-client")
include("web-thymeleaf-xss")