VDVivekananda Dashincontainerize.hashnode.dev00Dockerize first Spring boot projectMar 16 Β· 2 min read Β· What you did to create Docker image: Step 1 β Created Spring Boot Project Went to spring.io Selected Maven, Java, Spring Boot 3.5.11 Added dependency Spring Web Downloaded and opened in IntelliJ Step Join discussion
VDVivekananda Dashinvivekanandadash.hashnode.dev00How to Set Up SSH Keys Between AWS EC2 & GitHubMar 5 Β· 6 min read Β· # How to Set Up SSH Keys Between AWS EC2 & GitHub β Stop Typing Your Password Forever! π > **Stop getting asked for your username and PAT every time you push code. Set up SSH keys once β and never tJoin discussion
VDVivekananda Dashinvivekanandadash.hashnode.dev00Thumb Rule to Find Root Cause from Long Stack Trace Feb 22 Β· 2 min read Β· Rule 1 β Look for "Caused by" keyword Always ignore the top, scroll down and find lines starting with Caused by: β the last one is your real problem. UnsatisfiedDependencyException: authController Join discussion