-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
42 lines (41 loc) · 1.22 KB
/
settings.gradle
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
30
31
32
33
34
35
36
37
38
39
40
41
42
rootProject.name = 'java-playground'
include(
'core-java',
'algorithm',
'design-pattern',
'library-management-domain',
'library-management-business',
'library-management-port-in',
'library-management-port-out',
'library-management-file-storage',
'library-management-third-party-data',
'project-template',
'quarkus-rest',
'quarkus-security-keycloak-authorization',
'netflix-dgs',
'spring-boot-thymeleaf',
'spring-boot-mvc',
'spring-boot-spring-data',
'spring-boot-spring-security',
'spring-boot-swagger',
'spring-boot-jdbc-template',
'spring-boot-redis',
'spring-boot-transaction',
'spring-boot-monitor',
'spring-boot-mq',
'spring-boot-keycloak',
'spring-boot-restful',
'spring-boot-websocket',
'spring-boot-scheduled',
'spring-boot-async',
'spring-boot-mail',
'spring-boot-flyway',
'spring-boot-graphql',
'spring-keycloak',
'spring-boot-oauth2-resource-server',
'tool',
'thymeleaf',
'jigsaw:api',
'jigsaw:implementation',
'jigsaw:client',
)