People, I’m about to show how you can enable CORS globally in your spring boot application. 1. Configuration Create a…
Spring Security: Using OAuth2 and web security both in same project
Hi, I’ve been experiencing a pretty annoying trouble using both web security and OAuth2. I implemented OAuth2 first for my…
Upload large files : Spring Boot
So guys, I was dealing with a problem recently. I was getting OutOfMemoryError when trying to upload and save large…
Implementing oAuth2 in Spring Boot with Spring Security
What an evening! Too much hot and humid. Total disaster! So this kinda evening is perfect for an interesting topic.…
Sending email from your Spring Boot app
1. Overview In this article I’ll show you how you can send email from your spring boot app using JavaMailSender…
স্প্রিং সিকিউরিটিঃ UserDetailsService দিয়ে ইউজার অথেনটিকেশন
স্প্রিং সিকিউরিটি বেসিক অথেনটিকেশন নিয়ে আমার পূর্বের আর্টিকেলটি দেখুন এখানে। এই আর্টিকেলে আমরা UserDetailsService দিয়ে ডেটাবেইজে ইউজারের টেবিল থেকে আমরা…
Deploy Spring Boot app on Pivotal Web Service (cloud foundry PaaS)
It’s so much easy to deploy your spring boot app on pivotal web service. You’ve to follow some steps. First add two…
স্প্রিং সিকিউরিটিঃ বেসিক অথেন্টিকেশন
১। ভূমিকা স্প্রিং সিকিউরিটি জাভা অ্যাপ্লিকেশনের নিরাপত্তা দেয়ার জন্য একটা ফ্রেমওয়ার্ক। এরকম আরও কয়েকটা ফ্রেমওয়ার্ক আছে যেমন PicketLink, Apache…
Deleting @ManyToMany parent entity without affecting child on Hibernate
Oh Dear!! It’s a nightmare getting MySQLIntegrityConstraintViolationException when you’re designing complex relational database structure for your app. Most of the time hibernate won’t…
EventBus API: Your complete event manager for Android
Did you ever heard about Publish-Subscribe pattern in Software architecture? Yes. It’s a messaging pattern where the senders of the…