Code Java
Code Java
  • Видео 481
  • Просмотров 10 934 086
How to Change Session Timeout for a Spring Boot Web Application
Guide to change session timeout for a Spring Boot web application running on an embedded Tomcat server.
Просмотров: 333

Видео

Is Spring @EnableWebSecurity Really Needed?
Просмотров 20028 дней назад
In this video I'm going to help you find the answer to the question "Is the @EnableWebSecurity annotation really needed ?" with some code explanation in depth. You will understand when this annotation is mandatory, and when it is not,
Spring @Scheduled Annotation Examples
Просмотров 162Месяц назад
Guide to use the @Scheduled annotation in Spring framework to create schedule tasks with meaning, syntax and code examples. You will also learn the key attributes of this annotation such as fixedDelay, fixedRate, initialDelay, cron, timeUnit, etc.
Spring @EnableScheduling Annotation Examples
Просмотров 121Месяц назад
In this video, I'd love to help you understand the meaning, purpose and usage of the @EnableScheduling annotation in the Spring framework with some code examples.
Spring @EnableWebSecurity Annotation Explained
Просмотров 215Месяц назад
Dive deeper into the @EnableWebSecurity annotation in Spring Security. You'll understand its meaning, usage and purpose. I will also explain why this annotation is mandatory in plain Spring framework (non Spring Boot) projects but it's optional in Spring Boot applications.
[Solved] Java code auto-completion not working in Eclipse IDE
Просмотров 85Месяц назад
Watch this video for a solution to fix the issue Java code auto-completion or code suggestion not working in Eclipse IDE.
How to Implement Scheduled Tasks in Spring
Просмотров 337Месяц назад
Guide to create scheduled tasks in the Spring framework. I will help you understand how to implement a scheduled task that will execute a block of code periodically (e.g. every 30 minutes) in a Spring application. You will also understand various attributes of the @Scheduled annotation such as fixedRate, fixedDelay, initialDelay, fixedRateString, fixedDelayString, cron, timeUnit, etc. In additi...
Spring Security Return HTTP Status 401 instead of 403
Просмотров 282Месяц назад
Guide to configure Spring Security to return HTTP status 401 instead of 403 (default) when an authentication error occurs. This kind of update ensures that the error code correctly conveys the meaning to the client, i.e. HTTP 403 Forbidden indicates the client is authenticated but does not have permission to access the requested resource, whereas HTTP 401 Unauthorized indicates the client provi...
Configure Session Management in Spring Security 6.x
Просмотров 192Месяц назад
Guide to update Spring Security configuration class for session management with new version of Spring Security 6.x or later, as the httpSecurity.sessionManagement() method without argument is deprecated.
Disable CSRF in Spring Security 6.x
Просмотров 281Месяц назад
How to updated Spring Security configuration class to disable CSRF protection for testing, debugging and development purposes, with the new version of Spring Security 6.x or later.
How to Fix permitAll Not Working in Spring Security
Просмотров 221Месяц назад
A quick guide to solve the issue permit all not working in REST API development with the Spring framework and Spring Security. The issue description, reason and solution to fix. You'll see how I fix the issue in action.
3 Ways to Find All Filters in Spring Security Chain
Просмотров 227Месяц назад
In this video, I will show you how to find all filters that are registered in the springSecurityFilterChain of a running Spring Boot application. The 3 ways you will learn are: 1. Look at logs in the console 2. Use @EnableWebSecurity annotation 3. Write code to List all Spring Security filters
Setup OpenJDK 22 on Windows Step by Step
Просмотров 1,7 тыс.3 месяца назад
Guide to download and install Java development environment on Windows operating system for beginners. You will learn to setup OpenJDK 22 with the following details: - What is OpenJDK - Download binary distribution of OpenJDK 22 - Verify integrity of the downloaded file - Install OpenJDK on Windows - Verify installation
Setup Oracle JDK 22 on Windows Step by Step
Просмотров 2893 месяца назад
Watch my step by step guide for setting up Java development environment on Windows operating system by downloading and installing Oracle JDK 22. You know, Java Development Kit (JDK) is essential for programmers to create, develop, build and run Java applications. In details, you'll see: - what is Oracle JDK - what is JDK version 22 - download installer for Oracle JDK 22 from official source - v...
Setup Oracle JDK 22 on macOS Step by Step
Просмотров 4494 месяца назад
Follow this video to download and install Java Development Kit (JDK) version 22 on macOS with Oracle JDK distribution. After this video you'll be able to create, develop and run Java programs on Mac computer. Here are the steps to install Oracle JDK 22 on macOS: - Download DMG installer - Verify integrity of the installer file - Run JDK Installer - Verify Java installation
Download and Install OpenJDK 22 on macOS
Просмотров 9914 месяца назад
Download and Install OpenJDK 22 on macOS
Spring Security - Code Tests for HTTP Basic Authentication
Просмотров 3844 месяца назад
Spring Security - Code Tests for HTTP Basic Authentication
How to Test HTTP Basic Authentication using Postman
Просмотров 1714 месяца назад
How to Test HTTP Basic Authentication using Postman
Test HTTP Basic authentication using curl in command line
Просмотров 2784 месяца назад
Test HTTP Basic authentication using curl in command line
Understand HTTP Basic Authentication - How it works
Просмотров 2334 месяца назад
Understand HTTP Basic Authentication - How it works
Spring Security - Secure REST API with HTTP Basic and Database Users
Просмотров 6624 месяца назад
Spring Security - Secure REST API with HTTP Basic and Database Users
Spring Security - Secure REST APIs with HTTP Basic and In-memory Users
Просмотров 3444 месяца назад
Spring Security - Secure REST APIs with HTTP Basic and In-memory Users
Java Initialize Set with Values in One Line
Просмотров 2154 месяца назад
Java Initialize Set with Values in One Line
Java Initialize Map with Keys and Values in One Line
Просмотров 2095 месяцев назад
Java Initialize Map with Keys and Values in One Line
5 Ways to Iterate a Map in Java - Simple and Easy!
Просмотров 3265 месяцев назад
5 Ways to Iterate a Map in Java - Simple and Easy!
Java Initialize List with Values in One Line
Просмотров 3015 месяцев назад
Java Initialize List with Values in One Line
How to Use Iterator in Java - hasNext(), next(), remove() and forEachRemaining() Examples
Просмотров 4625 месяцев назад
How to Use Iterator in Java - hasNext(), next(), remove() and forEachRemaining() Examples
[JSTL 2.0] New Jakarta taglib URIs - replacing JSTL old taglib URIs
Просмотров 2055 месяцев назад
[JSTL 2.0] New Jakarta taglib URIs - replacing JSTL old taglib URIs
[Solved] Unable to find taglib [c] for URI [jakarta.tags.core]
Просмотров 5365 месяцев назад
[Solved] Unable to find taglib [c] for URI [jakarta.tags.core]
[Solved] Can not find the tag library descriptor for "jakarta.tags.core" - 100% working
Просмотров 4265 месяцев назад
[Solved] Can not find the tag library descriptor for "jakarta.tags.core" - 100% working

Комментарии

  • @migramika9943
    @migramika9943 День назад

    Weird way of speaking

  • @snackybaba
    @snackybaba День назад

    so you just went into the Eclipse Adoptium folder and deleted the contents inside of it, I see

  • @Mahek-o5z
    @Mahek-o5z 2 дня назад

    Thanks for making this tutorial.. The PayPal site is damn confusing it added more errors to my code rather than helping me.. I was stuck on this project for so long.. Thank you for saving me...👍❤🙌

  • @ItsDredziKK
    @ItsDredziKK 6 дней назад

    Thank you bro it worked but i also had to delete my previous java variables since they were messing everything else up keep up the good work

    • @CodeJava
      @CodeJava 5 дней назад

      Glad it helped

  • @rajeshvanga9507
    @rajeshvanga9507 6 дней назад

    how to disable csrf for version2.7.14

    • @CodeJava
      @CodeJava 5 дней назад

      httpSecurity.csrf().disable();

  • @namnguyen-dd7qh
    @namnguyen-dd7qh 8 дней назад

    Are you come from Vietnam ?

  • @膜
    @膜 8 дней назад

    THANK YOU SO MUCHHHH

    • @CodeJava
      @CodeJava 5 дней назад

      you're welcome. Glad it helped.

  • @ponsenthilvel0000
    @ponsenthilvel0000 8 дней назад

    Also bro i am having 4 hall (eg: saloon or exam hall)in each hall there's time slot for every 1/2 hr . Customer or student can book wat hall they want at that time could any one help me using spring boot

  • @ponsenthilvel0000
    @ponsenthilvel0000 8 дней назад

    Bro i need that full video for creation of shop me app is it e- commerce web ! Can I get that video link mainly for authorization video .... Do u have any comple video for e commerce website!

    • @CodeJava
      @CodeJava 5 дней назад

      yes, check this course: www.udemy.com/course/spring-boot-e-commerce-ultimate

  • @salehrezq
    @salehrezq 10 дней назад

    Well done, this type of tutorials we need, thank you.

    • @CodeJava
      @CodeJava 5 дней назад

      Glad you liked it!

  • @VinayKumar-em5eb
    @VinayKumar-em5eb 12 дней назад

    Hi, I deployed react app on AWS amplify. When I try to deploy java springboot app in elastic beanstalk it's giving Error on line 357 at column 8: Opening and ending tag mismatch: meta line 7 and head I don't have any html or XML file in my springboot app. I am unable to trace the error

    • @CodeJava
      @CodeJava 10 дней назад

      I think you need to have source code to be able to fix that issue. Sorry I can't help because it's specific to your application.

    • @VinayKumar-em5eb
      @VinayKumar-em5eb 8 дней назад

      Now I am able to deploy in my personal laptop instead office laptop. What do you think the issue may be with office laptop.

  • @jesusenriquemedinajimenez6859
    @jesusenriquemedinajimenez6859 12 дней назад

    this video really helped me, god bless you

    • @CodeJava
      @CodeJava 10 дней назад

      you're welcome. Glad it helped.

  • @tobiashinrichs4517
    @tobiashinrichs4517 14 дней назад

    Thank you verry much ^^

    • @CodeJava
      @CodeJava 10 дней назад

      You're welcome 😊

  • @akashkaushal485
    @akashkaushal485 15 дней назад

    Too much time taking. Problem solved but I am not happy.

    • @CodeJava
      @CodeJava 10 дней назад

      sorry to hear that. Glad it solved your problem.

  • @ducduy3238
    @ducduy3238 16 дней назад

    phải chi a tạo phụ đề tiếng việt nữa thì tốt ạ 🥺

    • @CodeJava
      @CodeJava 10 дней назад

      a ko có thời gian em ạ.

  • @tejaskadam23
    @tejaskadam23 16 дней назад

    Nice knowledgefull vedio, please keep your thumbnails appealing and engaging, you have good content.

    • @CodeJava
      @CodeJava 10 дней назад

      Thank you, I will.

  • @hkkabir2024
    @hkkabir2024 18 дней назад

    i am facing broken bengali text while using bengali font. did you tried with different language font?

  • @Josue-m9x
    @Josue-m9x 19 дней назад

    thank you

    • @CodeJava
      @CodeJava 10 дней назад

      You're welcome. Glad it helped.

  • @nemisol
    @nemisol 20 дней назад

    It is incredibly useful, as usual.😁

    • @CodeJava
      @CodeJava 10 дней назад

      glad it helped. thanks for watching :)

  • @enmanuelreyes3677
    @enmanuelreyes3677 21 день назад

    gracias he buscado este tutorial y no lo habia encontrado , thank you

    • @CodeJava
      @CodeJava 21 день назад

      you're welcome. Glad you found this video helpful.

  • @pikachupikachu5059
    @pikachupikachu5059 22 дня назад

    thank you brother

    • @CodeJava
      @CodeJava 21 день назад

      You're welcome!

  • @ggKk-s4i
    @ggKk-s4i 22 дня назад

    stupid video

  • @pavlinpetkov8984
    @pavlinpetkov8984 26 дней назад

    I receive it all the time ??greeting_en_US?? Does anybody know the reason for that error? The video happened once but after the refresh disappeared. In my case, it is always like that. I did invalidate catches in intellij but with no success.

    • @CodeJava
      @CodeJava 24 дня назад

      it's very likely that the messages.properties could not be found due to run configuration settings in IntelliJ.

  • @user-nu4yn6nl1j
    @user-nu4yn6nl1j 26 дней назад

    Sir how to get data in database?

    • @CodeJava
      @CodeJava 24 дня назад

      follow my Spring Data JPA tutorial: ruclips.net/video/JB2f29OcciM/видео.html

  • @praveenj3112
    @praveenj3112 26 дней назад

    Good explanation

    • @CodeJava
      @CodeJava 24 дня назад

      Thanks and welcome

  • @zbishop_1
    @zbishop_1 27 дней назад

    This helped me a lot!!! Thanks

    • @CodeJava
      @CodeJava 26 дней назад

      Glad it helped!

  • @brazo98
    @brazo98 27 дней назад

    Thx a lot Nam, this movie was very helpful. 😻😻😻

    • @CodeJava
      @CodeJava 24 дня назад

      welcome. how are you doing?

    • @brazo98
      @brazo98 24 дня назад

      @@CodeJava Not bad my friend, not bad. I hope you also fine. 😻😻😻

  • @ThihaPhyo-sc5fg
    @ThihaPhyo-sc5fg 28 дней назад

    Thank you very much

    • @CodeJava
      @CodeJava 27 дней назад

      You are welcome. Glad it helped.

  • @testonull2640
    @testonull2640 28 дней назад

    Do you know how to create a form with a selection multiple for a many to many relation ship ? Can you send me the link if you have a example somewhere plz Thank you

    • @CodeJava
      @CodeJava 27 дней назад

      what would the form look like? what do you expect? as a many-to-many relationship is usually broken into 2 one to many relationships. For example, in a shopping cart module, a customer can choose multiple products. But imagine multiple customers can choose multiple products so customers-products is many to many relationship. In the UI, it looks like one to many but it is actually many to many.

  • @brazo98
    @brazo98 29 дней назад

    Nice nice Nam. 🤟🤟🤟😻😻😻

  • @theroberto2202
    @theroberto2202 29 дней назад

    Run as Spring boot Application

    • @CodeJava
      @CodeJava 10 дней назад

      brilliant! thanks for your comment.

  • @vivekhande7283
    @vivekhande7283 Месяц назад

    Great work

    • @CodeJava
      @CodeJava 28 дней назад

      Thank you so much 😀

  • @brazo98
    @brazo98 Месяц назад

    Nice Nammmm. I hope you are ok. Have a nice day. 😻😻😻🤟🤟🤟

    • @CodeJava
      @CodeJava Месяц назад

      Thank you! You too!

  • @anantshukla6395
    @anantshukla6395 Месяц назад

    after watching in 2x speed still feeling too slow

    • @CodeJava
      @CodeJava Месяц назад

      glad it helped.

  • @TheSniperFox
    @TheSniperFox Месяц назад

    2024 and this works

    • @CodeJava
      @CodeJava Месяц назад

      glad it helped.

  • @praveenj3112
    @praveenj3112 Месяц назад

    Thank you

    • @CodeJava
      @CodeJava Месяц назад

      you're welcome. Glad it is helpful.

  • @tq1373
    @tq1373 Месяц назад

    Chào thầy, thank thầy ạ!

    • @CodeJava
      @CodeJava Месяц назад

      ko có gì em ạ.

  • @VuHoaiNam-zt1ls
    @VuHoaiNam-zt1ls Месяц назад

    What do you think about making a series of videos on annotations in spring?

    • @CodeJava
      @CodeJava Месяц назад

      I'm doing that. Check the playlist: ruclips.net/video/CcqJcu0A_Qg/видео.html

  • @sumitavdash9421
    @sumitavdash9421 Месяц назад

    Sir , i am sumitav , my question is what are the best approaches to faster the request reponse cycle in soring mvc architects. Kindly reply god.

  • @VictorEspinoza-e1v
    @VictorEspinoza-e1v Месяц назад

    Thank you! Very well done.

    • @CodeJava
      @CodeJava Месяц назад

      Glad it was helpful!

  • @petkolyutskanov6976
    @petkolyutskanov6976 Месяц назад

    Keep up the great content!

  • @sandeepjaiswar4990
    @sandeepjaiswar4990 Месяц назад

    thanks buddy

    • @CodeJava
      @CodeJava Месяц назад

      You're welcome! Glad you found this tutorial helpful.

  • @Lokichill-nm6tn
    @Lokichill-nm6tn Месяц назад

    Cho mình hỏi cần biết gì để học khóa spring boot này ạ

    • @CodeJava
      @CodeJava Месяц назад

      Bạn cần biết cơ bản về Java web (servlet, JSP, filter, MVC) và Spring framework để học Spring Boot dễ dàng hơn nhé.

  • @GiangNgoTruong-dq1vm
    @GiangNgoTruong-dq1vm Месяц назад

    Video của chú rất hay, cháu xem chú từ khi còn học năm 2, giờ đi làm rồi vẫn xem chú, video của chú dễ làm theo, mong có ngày được gặp gỡ chú ở ngoài

    • @CodeJava
      @CodeJava Месяц назад

      chào cháu. Theo dõi và ủng hộ kênh của chú thường xuyên nhé.

  • @martinkagua6525
    @martinkagua6525 Месяц назад

    I have an error on model.addAttribute

  • @hamidmohammadi8570
    @hamidmohammadi8570 Месяц назад

    Thank you for very useful video.some questions: 1. Is src/main/resources secure for storing key store.p12 file? 2. If using javaFX as frontend how can configure ssl ? 3. If your spring boot application run on server, how will be the keystore and configuration?

  • @lathamanimj2497
    @lathamanimj2497 Месяц назад

    For each not printing values in jsp in jakarta .downloded 2 dependencies

  • @vandanakanyal900
    @vandanakanyal900 Месяц назад

    Thanks a lot.

    • @CodeJava
      @CodeJava Месяц назад

      Most welcome! Glad to help.

  • @MiguelRatesSoriano
    @MiguelRatesSoriano Месяц назад

    thank you so much. first tutorial of you that i saw i was so lost 'cause of my noobie brain. But with this video i got to manage it perfectly! thannks for taking the time to show every detail

    • @CodeJava
      @CodeJava Месяц назад

      you're welcome. Glad it helped.

  • @victorciugureanu4878
    @victorciugureanu4878 Месяц назад

    Hi , can you help with this eror please : (java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration) , its show when I run the Test method. Thanks