-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
27 lines (27 loc) · 823 Bytes
/
settings.gradle
File metadata and controls
27 lines (27 loc) · 823 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
rootProject.name = '2020-06-otus-java-lyulin'
include 'hw01-gradle'
include 'hw02-DIY-ArrayList'
include 'hw03-Reflection'
include 'hw04-GCComparisons'
include 'hw05-AOP'
include 'hw06-ATM'
include 'hw07-MessageHandler'
include 'hw08-JsonObjectWriter'
include 'hw09-Jdbc'
include 'hw10-Hibernate'
include 'hw11-MyCache'
include 'hw12-WebServer'
include 'hw13-DI'
include 'hw14-SpringMVC'
include 'hw15-Executors'
include 'hw16-MessageSystem'
include 'hw16-MessageSystem:MessageSystem'
include 'hw16-MessageSystem:DBServer'
include 'hw16-MessageSystem:FrontEnd'
include 'hw17-MicroServices'
include 'hw17-MicroServices:MessageSystem'
include 'hw17-MicroServices:DBServer'
include 'hw17-MicroServices:FrontEnd'
include 'hw17-MicroServices:Server'
include 'hw17-MicroServices:NetSubsystem'
include 'hw17-MicroServices:Common'