Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Spring Boot Master Class, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:53
    Practice Practice Practice
  • Урок 2. 00:01:36
    Git Repo Java and IntelliJ
  • Урок 3. 00:04:16
    What Is Spring Boot
  • Урок 4. 00:03:20
    Spring Initilizr
  • Урок 5. 00:01:04
    Avoid Breaking Changes
  • Урок 6. 00:05:14
    Starting The Application
  • Урок 7. 00:04:24
    Create a Simple API
  • Урок 8. 00:01:22
    Getting with Spring Boot Free Course
  • Урок 9. 00:06:35
    Web Servers
  • Урок 10. 00:02:17
    N Tier Architecture
  • Урок 11. 00:05:41
    How to Organise Code
  • Урок 12. 00:07:04
    Dependency Injection
  • Урок 13. 00:07:29
    Implement to interfaces
  • Урок 14. 00:05:27
    Switching Implementations
  • Урок 15. 00:05:21
    Beans and annotations
  • Урок 16. 00:09:46
    @Bean
  • Урок 17. 00:05:26
    Jackson
  • Урок 18. 00:04:13
    JsonIgnore and JSON Property
  • Урок 19. 00:02:51
    Restful API and HTTP Methods
  • Урок 20. 00:04:49
    Get Post Put and Delete Mappings
  • Урок 21. 00:02:10
    Postman
  • Урок 22. 00:05:55
    Testing Post Request
  • Урок 23. 00:03:05
    Testing Put and Delete
  • Урок 24. 00:02:45
    API Naming and Versioning
  • Урок 25. 00:06:01
    @RequestMapping and API v2
  • Урок 26. 00:06:37
    Improve api paths
  • Урок 27. 00:03:50
    Spring Boot Validation
  • Урок 28. 00:04:03
    @NotNull and @Valid
  • Урок 29. 00:03:48
    @Email
  • Урок 30. 00:04:48
    Exlploring javax.validation.constraints package
  • Урок 31. 00:05:03
    Exceptions
  • Урок 32. 00:05:16
    Enable properties to view exception details
  • Урок 33. 00:06:12
    HTTP Status Codes
  • Урок 34. 00:04:46
    Custom Exception and @ResposeStatus
  • Урок 35. 00:08:03
    Exception Handler Class
  • Урок 36. 00:07:04
    @ControllerAdvice and @ExceptionHandler
  • Урок 37. 00:02:43
    Handle NotFoundException
  • Урок 38. 00:04:24
    Spring Data
  • Урок 39. 00:04:44
    Installing H2 and Spring Data JPA
  • Урок 40. 00:06:20
    H2 Console and Adding data
  • Урок 41. 00:12:52
    Spring Data JPA in action
  • Урок 42. 00:01:05
    Spring Data JPA Course
  • Урок 43. 00:04:03
    Open Feign
  • Урок 44. 00:05:51
    Installing Spring Cloud and OpenFeign
  • Урок 45. 00:06:52
    @FeignClient
  • Урок 46. 00:06:00
    Test Calling API with OpenFeign
  • Урок 47. 00:01:17
    Importance of Logging
  • Урок 48. 00:07:06
    Logging
  • Урок 49. 00:02:23
    Logging - PART 2
  • Урок 50. 00:03:12
    Configuring Logging
  • Урок 51. 00:05:14
    Spring Boot Actuator
  • Урок 52. 00:02:22
    Setting Application Information
  • Урок 53. 00:05:35
    Enable more metrics
  • Урок 54. 00:04:10
    Micrometer
  • Урок 55. 00:01:47
    Actuator Docs
  • Урок 56. 00:06:03
    @Value and Environment
  • Урок 57. 00:06:26
    @ConfigurationProperties
  • Урок 58. 00:08:03
    Spring Profiles
  • Урок 59. 00:04:07
    application.yaml & application.properties
  • Урок 60. 00:04:57
    Maven Install
  • Урок 61. 00:04:01
    Maven wrapper
  • Урок 62. 00:03:19
    Running jar
  • Урок 63. 00:04:26
    Running Multiple Instances
  • Урок 64. 00:01:41
    Docker and AWS
  • Урок 65. 00:02:57
    Testing with SpringBoot
  • Урок 66. 00:10:36
    Writing Unit Tests
  • Урок 67. 00:01:29
    Testing next steps
  • Урок 68. 00:01:46
    Lombok
  • Урок 69. 00:10:30
    Lombok In Action
  • Урок 70. 00:05:52
    Record
  • Урок 71. 00:02:23
    Next steps