1. Overview In this article I’ll show you how you can send email from your spring boot app using JavaMailSender…
Java
স্প্রিং সিকিউরিটিঃ 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…
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…
How to deploy Spring boot app as .war file
Hello from ToraCode. If you find your cloud platform doesn’t support container service or deploying standalone application you may find it annoying…
Deploying sample spring boot app using Docker
Hello from ToraCode. Now that we are set up with Docker virtualisation software. Let’s modify our pom.xml a little bit…
How to deploy Spring Boot application using Docker
Welcome to the ToraCode blog. I’m Sayem and I’ll discuss how to deploy Spring Boot app on your local machine…
Android RecyclerView tutorial: Build an awesome List View and Grid View
Guys, Hello. Are you still implementing ListView to show List View? yes? Okay you are doing it right. Just…