- 14
- 28 548
Code Slate
Australia
เข้าร่วมเมื่อ 25 ก.ย. 2021
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
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
bro we are using same project structure in our company project for performance.
Exactly what I've been looking for thank you
please continue this series ❤
You should have used fullscreen. It is hard to see text
thank you !
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?
what if i have got a React Client that wants to access data from my sprin boot resource server?
your react client would send a request with valid Bearer Token in it's header.
Hi, thank you for the video. You explained it really nice🙂
Is this still free ?? I would like to deploy a project for my portfolio , thanx
Can plz do using springboot+maven
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 .
Did you get a solution on this
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.
Gracias
So .. can I make Chatbot backend with these ?
yes
thanks for sharing these amazingly rich sessions, but actually I didn't find the exact code by the link you shared.
its in branch lesson-8, you need to checkout lesson-8
@@codeslate3852 I got it thanks
Very good and important video, almost everyone who develops in Spring face Thymeleaf and Spring combination.