-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsettings.gradle
More file actions
147 lines (125 loc) · 8.26 KB
/
Copy pathsettings.gradle
File metadata and controls
147 lines (125 loc) · 8.26 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
rootProject.name = 'JavaTMP-SpringBoot-Modules'
include 'spring-boot-core:spring-boot-empty'
include 'spring-boot-core:spring-boot-config'
include 'spring-boot-core:spring-boot-order'
include 'spring-boot-core:spring-boot-autowired'
include 'spring-boot-core:spring-boot-bean-lifecycle'
include 'spring-boot-core:spring-boot-resource-bundles'
include 'spring-boot-core:spring-boot-reactive'
include 'spring-boot-data:spring-boot-jdbc'
include 'spring-boot-data:spring-boot-jdbc-converter'
include 'spring-boot-data:spring-boot-jdbc-config'
include 'spring-boot-data:spring-boot-jpa'
include 'spring-boot-data:spring-boot-jpa-script'
include 'spring-boot-data:spring-boot-jpa-advance'
include 'spring-boot-data:spring-boot-jpa-multi'
include 'spring-boot-data:spring-boot-jpa-multi-advance'
include 'spring-boot-data:spring-boot-jpa-paging'
include 'spring-boot-data:spring-boot-jpa-relations'
include 'spring-boot-data:spring-boot-jpa-java8-features'
include 'spring-boot-web:spring-boot-war'
include 'spring-boot-web:spring-boot-war-jsp'
include 'spring-boot-web:spring-boot-war-jsp-i18n'
include 'spring-boot-web:spring-boot-web-simple'
include 'spring-boot-web:spring-boot-web-session'
include 'spring-boot-web:spring-boot-rest-template'
include 'spring-boot-web:spring-boot-rest'
include 'spring-boot-web:spring-boot-rest-exception'
include 'spring-boot-web:spring-boot-webclient'
include 'spring-boot-web:spring-boot-web-i18n'
include 'spring-boot-web:spring-boot-rest-reactive'
include 'spring-boot-web:spring-boot-rest-reactive-simple'
include 'spring-boot-web:spring-boot-rest-nonblocking'
include 'spring-boot-threading:spring-boot-thread'
include 'spring-boot-threading:spring-boot-thread-executor'
include 'spring-boot-threading:spring-boot-thread-task-executor'
include 'spring-boot-threading:spring-boot-thread-task-scheduler'
include 'spring-boot-threading:spring-boot-scheduler'
include 'spring-boot-threading:spring-boot-scheduler-config'
include 'spring-boot-threading:spring-boot-async'
include 'spring-boot-threading:spring-boot-quartz'
include 'spring-boot-threading:spring-boot-quartz-config'
include 'spring-boot-threading:spring-boot-quartz-advance'
include 'spring-boot-threading:spring-boot-batch'
include 'spring-boot-management:spring-boot-actuator'
include 'spring-boot-miscellaneous:spring-boot-validation'
include 'spring-boot-miscellaneous:spring-boot-itext'
include 'spring-boot-miscellaneous:spring-boot-JasperReports'
include 'spring-boot-miscellaneous:spring-boot-testing'
include 'spring-boot-miscellaneous:spring-boot-admin-server'
include 'spring-boot-miscellaneous:spring-boot-admin-client'
include 'spring-boot-miscellaneous:spring-boot-MapStruct'
include 'spring-boot-miscellaneous:spring-boot-OpenAPI'
include 'spring-boot-miscellaneous:spring-boot-bitcoin'
include 'spring-boot-cache:spring-boot-cache-simple'
include 'spring-boot-cache:spring-boot-cache-redis'
include 'spring-boot-webservices:spring-boot-soap-producer'
include 'spring-boot-webservices:spring-boot-soap-consumer'
include 'spring-boot-webservices:spring-boot-web-services'
include 'spring-boot-webservices:spring-boot-web-service-cxf'
include 'spring-boot-webservices:spring-boot-web-services-client'
include 'spring-boot-integration:spring-boot-rabbitmq'
include 'spring-boot-integration:spring-boot-rabbitmq-config'
include 'spring-boot-integration:spring-boot-rabbitmq-native'
include 'spring-boot-security:spring-boot-security-web-default'
include 'spring-boot-security:spring-boot-security-web-config'
include 'spring-boot-security:spring-boot-security-web-config-custom'
include 'spring-boot-security:spring-boot-security-web-config-multiple'
include 'spring-boot-security:spring-boot-security-web-user'
include 'spring-boot-security:spring-boot-security-web-user-jdbc'
include 'spring-boot-security:spring-boot-security-web-user-ldap'
include 'spring-boot-security:spring-boot-security-web-password'
include 'spring-boot-security:spring-boot-security-web-user-authentication'
include 'spring-boot-security:spring-boot-security-web-context'
include 'spring-boot-security:spring-boot-security-web-user-authentication-entrypoint'
include 'spring-boot-security:spring-boot-security-web-user-authentication-handler'
include 'spring-boot-security:spring-boot-security-web-user-jpa'
include 'spring-boot-security:spring-boot-security-web-authorization'
include 'spring-boot-security:spring-boot-security-web-authorization-role'
include 'spring-boot-security:spring-boot-security-web-authorization-restrictions'
include 'spring-boot-security:spring-boot-security-web-filter'
include 'spring-boot-security:spring-boot-security-web-filter-custom'
include 'spring-boot-security:spring-boot-security-web-filter-custom-authorization'
include 'spring-boot-security:spring-boot-security-web-filter-CSRF'
include 'spring-boot-security:spring-boot-security-web-filter-CSRF-demo'
include 'spring-boot-security:spring-boot-security-web-filter-CSRF-custom'
include 'spring-boot-security:spring-boot-security-web-filter-CORS'
include 'spring-boot-security:spring-boot-security-web-authentication-server-demo:authentication-server'
include 'spring-boot-security:spring-boot-security-web-authentication-server-demo:business-logic-server'
include 'spring-boot-security:spring-boot-security-web-oauth2:spring-boot-security-web-oauth2-client'
include 'spring-boot-security:spring-boot-security-web-oauth2:spring-boot-security-web-oauth2-authorization-server'
include 'spring-boot-security:spring-boot-security-web-oauth2:spring-boot-security-oauth2-rs'
include 'spring-boot-security:global-method:spring-boot-security-web-authorization-global-method'
include 'spring-boot-security:global-method:spring-boot-security-web-authorization-global-method-permission'
include 'spring-boot-security:global-method:spring-boot-security-web-authorization-global-method-jsr250'
include 'spring-boot-security:global-method:spring-boot-security-web-authorization-global-method-filtering'
include 'spring-boot-security:global-method:spring-boot-security-web-authorization-global-method-filtering-jpa'
include 'spring-boot-security:reactive-apps:spring-boot-security-webflux-default'
include 'spring-boot-security:reactive-apps:spring-boot-security-webflux-authorization'
include 'spring-boot-security:reactive-apps:spring-boot-security-webflux-method'
include 'spring-boot-cloud:cloud-services:spring-boot-cloud-service-empty'
include 'spring-boot-cloud:cloud-services:spring-boot-cloud-service-config-client'
include 'spring-boot-cloud:cloud-services:spring-boot-cloud-service-eureka-client'
include 'spring-boot-cloud:cloud-services:spring-boot-cloud-service-eureka-client-resilience4j'
include 'spring-boot-cloud:cloud-services:spring-boot-cloud-service-eureka-client-filters'
include 'spring-boot-cloud:spring-cloud-config-server:spring-cloud-config-server-filesystem'
include 'spring-boot-cloud:spring-cloud-config-server:spring-cloud-config-server-git'
include 'spring-boot-cloud:spring-cloud-service-discovery:spring-boot-cloud-service-discovery-eureka'
include 'spring-boot-cloud:spring-cloud-gateway:spring-boot-cloud-service-gateway-default'
include 'spring-boot-cloud:spring-cloud-security:spring-boot-cloud-service-eureka-client-keycloak'
include 'spring-boot-cloud:spring-cloud-security:spring-boot-cloud-service-security-rs'
include 'spring-boot-cloud:spring-cloud-stream:spring-boot-cloud-stream-rabbitmq-producer'
include 'spring-boot-cloud:spring-cloud-stream:spring-boot-cloud-stream-rabbit-fun'
include 'spring-boot-cloud:spring-cloud-stream:spring-boot-cloud-stream-rabbit-fun-1'
include 'spring-boot-cloud:spring-cloud-stream:spring-boot-cloud-stream-kafka'
include 'spring-boot-cloud:spring-cloud-stream:spring-boot-cloud-stream-kafka-consumer'
include 'spring-boot-cryptography-collection:spring-boot-cryptography-handon-examples'
include 'spring-boot-cryptography-collection:spring-boot-cryptography-workshop-bouncycastle'
include 'spring-boot-cryptography-collection:spring-boot-cryptography-bouncycastle-examples'
include 'spring-boot-cryptography-collection:spring-boot-cryptography-Bouncy-Castle-FIPS'
include 'spring-boot-cryptography-collection:spring-boot-cryptography-bc-fips'
include 'spring-boot-cryptography-collection:spring-boot-beginning-cryptography-with-java'
include 'spring-boot-cryptography-collection:spring-boot-cryptography-cms'
rootProject.children.each {project ->
println "child project is : ${project.name}"
}