-
Урок 1.
00:01:44
1 - Installing IntelliJ
-
Урок 2.
00:02:44
2 - Cloning Repo
-
Урок 3.
00:01:31
3 - Installing Java
-
Урок 4.
00:02:31
4 - Starter and End Branches
-
Урок 5.
00:02:54
5 - Running Application
-
Урок 6.
00:04:44
6 - Spring Initializr
-
Урок 7.
00:02:03
1 - Spring vs Spring Boot
-
Урок 8.
00:02:40
2 - Inversion Control and Dependency Injection
-
Урок 9.
00:02:26
3 - Spring IoC Application Context
-
Урок 10.
00:04:48
4 - Application Context
-
Урок 11.
00:01:21
5 - Beans
-
Урок 12.
00:03:32
6 - Listing Beans
-
Урок 13.
00:04:58
7 - Creating Beans with @Bean
-
Урок 14.
00:09:44
8 - Dependency Injection
-
Урок 15.
00:06:48
9 - @Component
-
Урок 16.
00:03:29
10 - Bean Annotations
-
Урок 17.
00:03:48
11 - Bean Lifecycle Hooks
-
Урок 18.
00:02:27
12 - Other Modules
-
Урок 19.
00:06:07
1 - Intro to Spring Boot (Slides)
-
Урок 20.
00:03:37
2 - Exploring Maven Project
-
Урок 21.
00:03:46
3 - Parent Tag in pom xml
-
Урок 22.
00:05:52
4 - Exploring Starter Dependencies
-
Урок 23.
00:03:11
5 - Spring Boot Maven Plugin
-
Урок 24.
00:02:55
6 - IntelliJ Spring Intergation
-
Урок 25.
00:04:25
1 - @SpringBootApplication
-
Урок 26.
00:02:45
2 - List Of Spring Boot Annotations
-
Урок 27.
00:01:04
1 - This is Where I learn Everything
-
Урок 28.
00:07:32
2 - Spring Documentation
-
Урок 29.
00:02:44
1 - Embedded Web Server
-
Урок 30.
00:04:04
2 - Starting Tomcat
-
Урок 31.
00:02:02
3 - Configuring Embedded Web Server
-
Урок 32.
00:04:22
4 - Use Another Web Server
-
Урок 33.
00:04:06
5 - Web Server Cant Run On Same Port
-
Урок 34.
00:03:11
1 - Introduction to Spring MVC
-
Урок 35.
00:03:47
2 - Introduction to APIs
-
Урок 36.
00:04:55
3 - Your First API
-
Урок 37.
00:05:08
4 - Testing API with Chrome and IntelliJ
-
Урок 38.
00:04:17
5 - Path Variables
-
Урок 39.
00:08:55
6 - Query Params
-
Урок 40.
00:04:04
7 - @Delete Mapping
-
Урок 41.
00:08:46
8 - @PostMapping
-
Урок 42.
00:01:05
9 - Exercise
-
Урок 43.
00:05:28
10 - Exercise Solution
-
Урок 44.
00:04:29
11 - Mapping Controllers with @RequestMapping
-
Урок 45.
00:04:57
12 - Annotate Controllers Method Arguments
-
Урок 46.
00:05:02
13 - Return Values
-
Урок 47.
00:10:08
14 - Filters
-
Урок 48.
00:12:04
15 - Functional Endpoints
-
Урок 49.
00:01:41
1 - Jackson FasterXML
-
Урок 50.
00:07:14
2 - Working with Jackson Part 1
-
Урок 51.
00:05:16
3 - Working with Jackson Part 2
-
Урок 52.
00:04:36
4 - ObjectMapper
-
Урок 53.
00:02:42
1 - N Tier
-
Урок 54.
00:03:47
2 - Model
-
Урок 55.
00:02:44
3 - Controller
-
Урок 56.
00:05:59
4 - Service
-
Урок 57.
00:07:13
5 - Repository
-
Урок 58.
00:02:23
6 - @Service and @Repository Annotations
-
Урок 59.
00:03:37
7 - Test Refactor
-
Урок 60.
00:00:47
8 - Exercise
-
Урок 61.
00:04:52
9 - Exercise Solution
-
Урок 62.
00:01:56
1 - Java Bean Validation (Slides)
-
Урок 63.
00:02:14
2 - Uncessary Validation Code
-
Урок 64.
00:03:35
3 - Using Java Bean Validation Annotations
-
Урок 65.
00:04:51
4 - @Valid
-
Урок 66.
00:02:57
5 - Further Examples
-
Урок 67.
00:04:06
6 - Validator
-
Урок 68.
00:07:13
7 - Custom Validations
-
Урок 69.
00:06:52
2 - We-re NOT Dealing With Error Properply
-
Урок 70.
00:02:50
3 - Include Server Error
-
Урок 71.
00:03:09
4 - Include Binding Errors
-
Урок 72.
00:03:50
5 - Override Java Bean Validation Messages
-
Урок 73.
00:02:36
6 - HTTP Status Codes
-
Урок 74.
00:04:25
7 - @ResponseStatus
-
Урок 75.
00:05:08
8 - Define Custom Reponses
-
Урок 76.
00:04:28
9 - @ControllerAdvise and @ExceptionHandler
-
Урок 77.
00:01:36
10 - Exercsise 1
-
Урок 78.
00:10:02
11 - Exercise Solution
-
Урок 79.
00:01:15
12 - Exercise 2
-
Урок 80.
00:04:00
13 - Exercise Solution
-
Урок 81.
00:04:49
1 - Introduction to JPA
-
Урок 82.
00:01:52
2 - H2
-
Урок 83.
00:02:02
3 - Installing Dependencies
-
Урок 84.
00:04:07
4 - H2 Console
-
Урок 85.
00:02:17
5 - Configure datasource properties
-
Урок 86.
00:02:24
7 - @Entity
-
Урок 87.
00:06:03
6 - Records to Classs
-
Урок 88.
00:07:22
8 - JPA Repository
-
Урок 89.
00:02:13
9 - Pre Populate Data to h2
-
Урок 90.
00:02:32
10 - findById and deleteById
-
Урок 91.
00:05:16
11 - Queries
-
Урок 92.
00:00:57
12 - Exercise 1
-
Урок 93.
00:03:15
13 - Exercise 1 Solution
-
Урок 94.
00:03:19
14 - Test API
-
Урок 95.
00:00:25
15 - Exercise 2
-
Урок 96.
00:04:15
16 - Exercise 2 Solution
-
Урок 97.
00:00:43
17 - Outro
-
Урок 98.
00:01:59
1 - Intro to REST Clients
-
Урок 99.
00:07:00
2 - POST PUT & DELETE
-
Урок 100.
00:04:40
3 - Testing API
-
Урок 101.
00:03:25
4 - Handling Errors
-
Урок 102.
00:11:06
5 - HTTP Interface Rest Client
-
Урок 103.
00:04:51
6 - HTTP Interface Web Client
-
Урок 104.
00:02:31
7 - Handling Errors with Interface Web Client
-
Урок 105.
00:03:50
8 - Using Web Client Directly
-
Урок 106.
00:02:12
1 - Intro to Task Execution and Scheduling
-
Урок 107.
00:05:13
2 - Your First Scheduled Task
-
Урок 108.
00:05:54
3 - CRON Expressions
-
Урок 109.
00:05:47
4 - Configure Thread Pool Size
-
Урок 110.
00:02:23
5 - @Async
-
Урок 111.
00:05:55
1 - Intro to Application Configuration
-
Урок 112.
00:02:31
2 - Custom Properties
-
Урок 113.
00:08:52
3 - Reading Values From Properties
-
Урок 114.
00:06:38
4 - Env Variables and Command Line Arguments
-
Урок 115.
00:03:49
5 - Spring Profiles
-
Урок 116.
00:06:44
6 - Using Profiles
-
Урок 117.
00:02:07
7 - List Of All Properties
-
Урок 118.
00:02:58
1 - Dont Use System out println
-
Урок 119.
00:04:34
2 - Using Logger
-
Урок 120.
00:05:48
3 - Log Levels
-
Урок 121.
00:01:51
4 - Logback Configuration & Appenders
-
Урок 122.
00:04:53
5 - Configure Logs and FileAppender
-
Урок 123.
00:02:34
6 - JSON Appender
-
Урок 124.
00:02:33
1 - Intro to Actuator
-
Урок 125.
00:08:04
2 - Exposing Metrics
-
Урок 126.
00:04:41
3 - Micrometer and Prometheus
-
Урок 127.
00:02:37
1 - Intro to Testing
-
Урок 128.
00:07:26
2 - Writing tests
-
Урок 129.
00:01:24
1 - Intro to Security
-
Урок 130.
00:03:45
2 - Up and Running with Spring Security
-
Урок 131.
00:07:44
3 - Basic Auth
-
Урок 132.
00:05:14
4 - UserDetails and BCryptPasswordEncoder
-
Урок 133.
00:02:45
1 - Intro to Packaging
-
Урок 134.
00:04:29
2 - Building And Running Jar
-
Урок 135.
00:04:58
3 - Docker and Spring Boot
The course is now 10:32 long with a few new sections added.
Thank you!
Spring Boot Masterclass is now 9 hours long in the official website. Could you please update this?