Code Slate
Code Slate
  • 14
  • 28 548
SpringBoot oauth2 - Keycloak #2 : SpringBoot application as OAuth Client
SpringBoot OAuth2 Integration with Keycloak , Sprinboot as OAuth Client Application.
You can find related article in Medium and also find the source link
ravthiru.medium.com/springboot-oauth2-with-keycloak-as-provider-c31b2897e913
มุมมอง: 810

วีดีโอ

SpringBoot oauth2 - Keycloak #1 : SpringBoot application as resource server
มุมมอง 1.8K2 ปีที่แล้ว
SpringBoot OAuth2 Integration with Keycloak , Sprinboot application as Resource Server or API Server or Bearer Client You can find related article in Medium and also find the source link there ravthiru.medium.com/springboot-oauth2-with-keycloak-for-bearer-client-3a31f608a78
Spring Boot and Thymeleaf #9 dynamically add CSS class in Thymeleaf
มุมมอง 2.1K2 ปีที่แล้ว
How to use CSS in our Thymeleaf templates Inline styling within the element using style Dynamically add/remove a CSS class in Thymeleaf gitlab.com/code-slate/thymeleaf-springboot-course/-/tree/lesson-9
Spring Boot and Thymeleaf #8 Spring Security with Thymeleaf
มุมมอง 3.7K2 ปีที่แล้ว
Thymeleaf and Spring Security integration gitlab.com/code-slate/thymeleaf-springboot-course/-/tree/lesson-8
Gatling Performance Tests #3 How to chain scenarios
มุมมอง 2372 ปีที่แล้ว
Using response data from one request to into another request. Chaining scenarios Source Code : gitlab.com/code-slate/gratling-performance-tests/-/tree/lesson-3
Gatling Performace Tests #2 Load testing POST API using gatling
มุมมอง 2242 ปีที่แล้ว
Load Testing POST API using Gatling, re-using bean classes from project , Using test data from configuration file. Source : gitlab.com/code-slate/gratling-performance-tests/-/tree/lesson-2
Gatling Performace Tests #1 Getting started with Gatling
มุมมอง 8552 ปีที่แล้ว
Getting started with Gatling, integrating with gradle and run Gatling load test from the command line. Source : gitlab.com/code-slate/gratling-performance-tests/-/tree/lesson-1
Spring Boot and Thymeleaf #7 Form Validation and Error Messages
มุมมอง 8K3 ปีที่แล้ว
List selectors in Thymeleaf Forms Thymeleaf Form Validation and Error Messages Source : gitlab.com/code-slate/thymeleaf-springboot-course
Spring Boot and Thymeleaf #6 Working with Forms
มุมมอง 8593 ปีที่แล้ว
Working with Forms in Thymeleaf Source : gitlab.com/code-slate/thymeleaf-springboot-course
Spring Boot and Thymeleaf #5 : Working with fragments
มุมมอง 2.6K3 ปีที่แล้ว
How to use Fragments in Thymeleaf templates. Source : gitlab.com/code-slate/thymeleaf-springboot-course
Spring Boot and Thymeleaf #4 Springboot + Thymeleaf + tailwindcss
มุมมอง 2.6K3 ปีที่แล้ว
Getting started with Spring Boot Thymeleaf application TailwindCSS Source : gitlab.com/code-slate/thymeleaf-springboot-course
Spring Boot and Thymeleaf #3 : Deploying Springboot and Thymeleaf to Heroku
มุมมอง 1.1K3 ปีที่แล้ว
Deploying Thymeleaf application to Heroku and resolving deployment issues Source : gitlab.com/code-slate/thymeleaf-springboot-course
Spring Boot and Thymeleaf #2 : Using if-else, switch and each in Thymeleaf
มุมมอง 2.1K3 ปีที่แล้ว
How to use if-else, switch and for-each in Thymeleaf application Source : gitlab.com/code-slate/thymeleaf-springboot-course
Spring Boot and Thymeleaf #1 : Setup and Getting Started
มุมมอง 1K3 ปีที่แล้ว
Setup and getting started with Spring Boot and Thymeleaf application Source : gitlab.com/code-slate/thymeleaf-springboot-course

ความคิดเห็น

  • @talhaansari5763
    @talhaansari5763 22 วันที่ผ่านมา

    bro we are using same project structure in our company project for performance.

  • @abedalrawas2656
    @abedalrawas2656 7 หลายเดือนก่อน

    Exactly what I've been looking for thank you

  • @lahirusandaruwan63
    @lahirusandaruwan63 ปีที่แล้ว

    please continue this series ❤

  • @lucasrodrigues9766
    @lucasrodrigues9766 ปีที่แล้ว

    You should have used fullscreen. It is hard to see text

  • @ayaqadry
    @ayaqadry ปีที่แล้ว

    thank you !

  • @pratikkharche3247
    @pratikkharche3247 ปีที่แล้ว

    I added the code as you mentioned in your video but I'm not getting the custom text that I have set in my model class and also after clicking on submit button api get processed but not able to see any custom messages. P.S. Im using bootstrap so do i need to override anything to get it work?

  • @KameloTV
    @KameloTV 2 ปีที่แล้ว

    what if i have got a React Client that wants to access data from my sprin boot resource server?

    • @emmanuelsahrsewah
      @emmanuelsahrsewah ปีที่แล้ว

      your react client would send a request with valid Bearer Token in it's header.

  • @katerynaalieksandrova5584
    @katerynaalieksandrova5584 2 ปีที่แล้ว

    Hi, thank you for the video. You explained it really nice🙂

  • @blue_mustang_
    @blue_mustang_ 2 ปีที่แล้ว

    Is this still free ?? I would like to deploy a project for my portfolio , thanx

  • @centurybits9479
    @centurybits9479 2 ปีที่แล้ว

    Can plz do using springboot+maven

  • @tshepo2japhta28
    @tshepo2japhta28 2 ปีที่แล้ว

    what if I want the users to sign up ? then I don't want to the keycloak interface I just want to use endpoints because the API will be consumed by a mobile app and web application .

    • @veenallo
      @veenallo 2 ปีที่แล้ว

      Did you get a solution on this

    • @emmanuelsahrsewah
      @emmanuelsahrsewah ปีที่แล้ว

      Very important question... I suppose what you would do in this case is to have a springboot application that will serve as Client. So basically your mobile/web app will post the information requred to signup a user to the Client and then the client can communicate with keycloak and registers the new user. There might be another way to do this but this is just one that works too.

  • @arceliomontezuma3458
    @arceliomontezuma3458 2 ปีที่แล้ว

    Gracias

  • @MR-gv4bv
    @MR-gv4bv 2 ปีที่แล้ว

    So .. can I make Chatbot backend with these ?

  • @balqesaldoulat2938
    @balqesaldoulat2938 2 ปีที่แล้ว

    thanks for sharing these amazingly rich sessions, but actually I didn't find the exact code by the link you shared.

    • @codeslate3852
      @codeslate3852 2 ปีที่แล้ว

      its in branch lesson-8, you need to checkout lesson-8

    • @balqesaldoulat2938
      @balqesaldoulat2938 2 ปีที่แล้ว

      @@codeslate3852 I got it thanks

  • @abeard1
    @abeard1 2 ปีที่แล้ว

    Very good and important video, almost everyone who develops in Spring face Thymeleaf and Spring combination.