- Видео 20
- Просмотров 167 172
Let's Sort It Out
Индия
Добавлен 25 фев 2016
Build Docker Image of Spring Boot Web App with JDK8, Tomcat, JSP, JSTL and Access Host PostgreSQL
In this comprehensive tutorial, I walk you through the process of building a Docker image for a Spring Boot web application. The application is developed using JDK 8 and runs on a Tomcat server, utilizing JSP (Java Server Pages) and the JSTL (Java Server Pages Standard Tag Library) for rendering views.
Throughout the video, I cover the essential steps involved in creating a Docker image. First, I guide you on how to write a Dockerfile, which includes all the necessary instructions to containerize the WAR file. We explore the various components, such as the JDK, Tomcat server, JSP files, and the JSTL tag library, required to ensure the successful deployment of our application within a Docke...
Throughout the video, I cover the essential steps involved in creating a Docker image. First, I guide you on how to write a Dockerfile, which includes all the necessary instructions to containerize the WAR file. We explore the various components, such as the JDK, Tomcat server, JSP files, and the JSTL tag library, required to ensure the successful deployment of our application within a Docke...
Просмотров: 949
Видео
Spring Boot + Spring Security + PostgreSQL + JPA - Assigning Multiple Roles to a User - Part 3
Просмотров 2 тыс.2 года назад
In this video you can learn about how to configure entities with @ManyToMany association so that we can save Roles while saving the User details. I also tried to cover some common issues and exception on can face while persisting data where entities have @ManyToMany association. This video covers the configuration of Spring Security in great detail after completion of this video you will be abl...
Spring Boot + Spring Security + PostgreSQL + JPA - Authenticate Users Stored in Database - Part 2
Просмотров 5 тыс.2 года назад
In this video you can learn about how to configure spring security basic authentication to authenticate users using stored in a database using DAO Authentication Provider. At some points it has detailed explanation of classes and process, so please do watch complete video so that you won't miss anything. This video covers the configuration of Spring Security in order to authenticate users that ...
Spring Boot + Spring Security + PostgreSQL + JPA - In Memory Authentication - Part 1
Просмотров 3,7 тыс.2 года назад
In this video you can learn about how to configure spring security basic authentication to authenticate users using In Memory Authentication Provider. This video covers the configuration of Spring Security in great detail after completion of this video you will be able to: 1. Configure Spring Security 2. Use In-Memory Authentication to Authenticate Users 3. Understand the Flow of Spring Securit...
Spring Boot Restful + PostgreSQL + JPA Hibernate Inheritance Strategy JOINED - Part 13
Просмотров 2,4 тыс.3 года назад
In this video I have explained how we can use JPA inheritance strategy to share common attributes with different entities. Repository Link: gitlab.com/lsio.repo2021/springboot After downloading the project from above link, make required changes in Vehicle.java as shown in this video. Topics covered in this video: 1. Joined Strategy 2. @Inheritance 4. @OneToMany 5. @ManyToOne
Spring Boot Restful + PostgreSQL + JPA Hibernate Inheritance Strategy TABLE_PER_CLASS - Part 12
Просмотров 1,7 тыс.3 года назад
In this video I have explained how we can use JPA inheritance strategy to share common attributes with different entities. Repository Link: gitlab.com/lsio.repo2021/springboot Topics covered in this video: 1. Table Per Class Strategy 2. @Inheritance 4. @OneToMany 5. @ManyToOne
Spring Boot Restful + PostgreSQL + JPA Hibernate Inheritance Strategy SINGLE_TABLE - Part 11
Просмотров 1,7 тыс.3 года назад
In this video I have explained how we can use JPA inheritance strategy to share common attributes with different entities. Repository Link: gitlab.com/lsio.repo2021/springboot Topics covered in this video: 1. @Inheritance 2. @DiscriminatorColumn 3. Single Table Strategy
Spring Boot Restful + PostgreSQL + JPA Hibernate Inheritance Strategy @MappedSuperClass - Part 10
Просмотров 1,4 тыс.3 года назад
In this video I have explained how we can use JPA inheritance strategy to share common attributes with different entities. Repository Link: gitlab.com/lsio.repo2021/springboot Topics covered in this video: 1. @MappedSuperClass 2. @AttributeOverride
Spring Boot Restful + PostgreSQL + JPA Hibernate Stored Procedure Functions @Procedure - Part 9
Просмотров 21 тыс.3 года назад
In this video I have explained how to call Stored Procedure / DB Functions and what are the ways to handle the results. Repository Link: gitlab.com/lsio.repo2021/springboot Topics covered in this video: 1. Entity Manager 2. @Procedure 3. @NamedStoredProcedureQuery 4. @SqlResultSetMapping Runtime Exceptions covered in this video: 1. org.hibernate.MappingException: No Dialect mapping for JDBC typ...
Spring Boot Restful + PostgreSQL + JPA Exception and DateTime Handling Setting Time Zone - Part 8
Просмотров 7 тыс.3 года назад
In this video I have explained how to identify exception and define a particular handler for that. Also explained the ways to format Date and Time in SpringBoot during Json parsing. Custom Exception Handling Formatting / Parsing Date and Time Setting Time Zone
Spring Boot Restful + PostgreSQL + JPA Validation @NotNull @Size @Min @Max @Pattern - Part 7
Просмотров 5 тыс.3 года назад
In this video I tried to cover most commonly used validation annotation in Spring Validation with custom response messages. I also covered how we can use regex to validate the user input. @NotNull @Size @Min @Max @Pattern @Validated
Troubleshoot PgAdmin 4 Keeps Loading - Stuck On Loading Screen Issue
Просмотров 15 тыс.3 года назад
In this video I showed how to troubleshoot PgAdmin 4 freezes on loading screen.
Spring Boot Restful + PostgreSQL + JPA JPQL and Native SQL Queries Custom Queries - Part 6
Просмотров 2,8 тыс.3 года назад
In this video I have shown that how we can use JPQL and Native SQL queries to perform database operations. I also explained the pros and cons of both approach along with the implementation. So watch this video till end to get better understanding of the concept and use cases.
Spring Boot Restful + PostgreSQL + JPA Derived Queries Using Multiple Condition Parameters - Part 5
Просмотров 4,4 тыс.3 года назад
In this Video you will learn how we can use Spring JPA Repository derived queries to fetch records from table using multiple query parameters. For better understanding I would recommend you to watch the complete video first and then play again and start to code along.
Spring Boot Restful + PostgreSQL + JPA @ManyToMany and Ways to Save and Update Records - Part 4
Просмотров 14 тыс.3 года назад
In this video I have shown the implementation of @ManyToMany annotations and number of ways to insert and update records in table when entities have this many to many relationship. Topics covered: Design difference between @OneToMany vs @ManyToMany. Overview of @ManyToMany. Implementation of @ManyToMany. Table creation in PostgreSQL. @JoinTable annotation properties. Ways to save records in a t...
Spring Boot Restful + PostgreSQL + JPA @OneToMany @ManyToOne and 3 Ways to Save Records - Part 3
Просмотров 29 тыс.3 года назад
Spring Boot Restful PostgreSQL JPA @OneToMany @ManyToOne and 3 Ways to Save Records - Part 3
Spring Boot Restful + PostgreSQL + JPA ddl-auto @Transient @JsonIgnore - Part 2
Просмотров 6 тыс.3 года назад
Spring Boot Restful PostgreSQL JPA ddl-auto @Transient @JsonIgnore - Part 2
Spring Boot Restful + PostgreSQL + Spring JPA Hibernate - Part 1
Просмотров 23 тыс.3 года назад
Spring Boot Restful PostgreSQL Spring JPA Hibernate - Part 1
Ng Serve Angular Compile Time Error - ng.ps1 Cannot Be Loaded
Просмотров 20 тыс.3 года назад
Ng Serve Angular Compile Time Error - ng.ps1 Cannot Be Loaded
How To Use VLOOKUP() With IF() and INDIRECT() (Dynamic Parameters)
Просмотров 364 года назад
How To Use VLOOKUP() With IF() and INDIRECT() (Dynamic Parameters)
te amodoro ajjaj gracias xd
Hey, you haven't Account github?
THANKS A LOT!!!!
volume is very low cant hear
Its really working but opening in firefox😅
Thanks Brother ❤
Thank you
It doesn't work with me
I am getting an exception that says. java.lang.NullPointerException: Cannot invoke "java.util.iterator" because "this.parameters" is null.
Hint: you have to replace spring.datasource.url to spring.datasource.jdbc-url
Where is the next video about JWT ? Drop the link
8:52 WebSecurityConfigurerAdapter is deprecated, I am stuck now
Can you share the code
Thanks! Very good!!
@Procedure didn't work if the function is not defined in the public schema on postgresql
Thanks alot buddy
For those struggling with this error, I try these solution, but it didn't work. What it did, was remove altogether the PostgreSQL from my computer, then reinstall without PgAdmin4. Then, using a separated installation file, install only PGadmin4.
God, man, I don't know English and I use a translator, but thank you. I was so desperate that I went beyond the first page of the browser and started writing to the forum with my problem. And suddenly I found this video. Your source code helped solve my DB generation problem. I do not know how or why it worked, but IT WORKED. Thank you.
Not work
Guys I had the same issue too and solved it with a new version of pgadmin - 7.5 (it released july 27 2023). Firstly I have installed postgres server (and unchecked pgadmin during installation, because I downloaded pgadmin 7.5 separately from the official site) and then I have installed pgadmin 7.5 and it works! Hope you guys find it helpful.
thanks!!.
I don't have content type in my .js directory : (
Thanks sir
no sound dear
the problem is not solved
Thanks
Hi Bro,This is realy useful for me and thanks for sharing this vedio. but ur voice is very lower to hear u
Sir, please post videos regularly
I am working on a national level project for last 6 months, so things are pretty rough there. Very soon I will revive this channel and will post videos regularly. Thanks
Thank you bro❤❤❤
Good content, can we have the repo to this series
Thank You
No me sale la carpeta .js ¿hay otra solución?
thank u so much it works💗💗💗
in .js folder content type is missing now what should I do?
did you find the answer?
Same problem here
did you find the answer?
same issue
same issue here
awesome bro
thank you😍
Thank you
Can you please turn your subtitles on? I have auditory processing disorder and it's a lot easier to understand instructions when I can read and hear them at the same time.
Can you please clarify this question, Your passing City ID but think that user don't know the city ID he will enter the City Name. and also your not creating any foreign key relation on table. is there any reason
Thank you so much bro :)
note : if the column don't appear to in the browser . just add setters and getters for the new column
Thanks. lot of thanks, was an great helpfull video.
I need to see the application properties. Is there source code for this project on GitHub?
spring.datasource.url = jdbc:postgresql://localhost:5432/sidou spring.datasource.username=postgres spring.datasource.password=admin spring.datasource.driver-class-name = org.postgresql.Driver spring.jpa.show-sql=true spring.datasource.dbcp2.test-while-idle=true spring.datasource.dbcp2.validation-query=select 1 observation: i deleted the last 2 lines because there is an error because it
@@sidou733 thank you, I really appreciate this
Now this is known as an awesome!! content Thank you so much♥
Thanks for helping
How to validate integer value for int data type of we pass 7.5 double value
I LOVE YOU MAN
Hi. Can you point me to the link of the source codes plz.
What a video!!!!!! Amazing
So useful, so useful tq
merci beaucoup