forked from cho-log/spring-learning-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
24 lines (23 loc) · 780 Bytes
/
settings.gradle
File metadata and controls
24 lines (23 loc) · 780 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
rootProject.name = 'spring-learning-test'
include 'spring-mvc-1:initial'
include 'spring-mvc-1:complete'
include 'spring-mvc-2:initial'
include 'spring-mvc-2:complete'
include 'spring-mvc-3:initial'
include 'spring-mvc-3:complete'
include 'spring-mvc-4:initial'
include 'spring-mvc-4:complete'
include 'spring-jdbc-1:initial'
include 'spring-jdbc-1:complete'
include 'spring-core-1:initial'
include 'spring-core-1:complete'
include 'spring-core-2:initial'
include 'spring-core-2:complete'
include 'spring-data-jpa-1:initial'
include 'spring-data-jpa-1:complete'
include 'spring-data-jpa-2:initial'
include 'spring-data-jpa-2:complete'
include 'spring-auth-1:initial'
include 'spring-auth-1:complete'
include 'spring-http-client-1:initial'
include 'spring-http-client-1:complete'