Skip to content
Roy Tutorials
  • Home
  • Explore Categories
  • Screen Recorder
  • FAQs
  • About Me
  • Home
  • Explore Categories
  • Screen Recorder
  • FAQs
  • About Me
Home

Redirect To Context Path For 404 Error In Angular Spring Boot

By Roytuts · Angular, Spring Boot

Introduction Here in this tutorial I am going to show you how to redirect to context path for 404 error in Angular Spring Boot application. Context path basically is the…

How To Setup Multiple Environments For Angular Applications

By Roytuts · Angular

Introduction Here I am going to tell you how to setup multiple environments for Angular applications. Multiple environments are required for your Angular application when you want to ensure the…

RabbitMQ – access to vhost ‘xyz’ refused for user ‘guest’

By Roytuts · JMS, RabbitMQ

Problem Let’s say you are starting your Spring Boot application and your (Spring Boot) application is trying to connect to vhost (virtual host) ‘xyz’ that does not exist in RabbitMQ server.…

HTML Script Integrity Attribute – SubRresource Integrity (SRI)

By Roytuts · CSS, HTML, JavaScript, jQuery

What is integrity attribute? You might have seen the integrity attribute as well as crossorigin attribute in web page source code. The integrity and crossorigin attributes are used in the…

Intellij IDEA Error – Command Line Is Too Long

By Roytuts · Java

Problem Here I am going to tell you how you can solve the problem when you try to run Java main class in Spring Boot application from IntellijIDEA. The actual error…

Spring RestTemplate With Auth Token, Proxy and Timeout

By Roytuts · Spring Boot, Spring REST

Introduction Here I am going to tell you how to use proxy server and timeout with Spring Boot RestTemplate API. If you are running your application behind a proxy server then you…

How To Exclude Dependencies In Gradle Based Java Project

By Roytuts · Gradle

Introduction I am going to show you how to exclude dependency from build.gradle script in gradle based Java project. Specially when you use several starter dependencies in your Spring Boot project, then many children dependencies are found and…

Find Dependency Tree Hierarchy In Gradle Based Java Project

By Roytuts · Gradle

Introduction In this example, I am going to show you how to find dependency hierarchy using gradle build tool in your Java based projects. Your Spring Boot projects might be using gradle build tool…

HttpsUrlConnection REST API Call – Auth Token And Proxy Server

By Roytuts · Java, REST

Introduction In this example I am going to show you how to call REST APIs using javax.net.ssl.HttpsURLConnection. So, I am using plain Java code to send or receive data to or…

Angular Spring Boot REST API CRUD Example

By Roytuts · Angular, Spring REST

Introduction In this tutorial I am going to show you how to build Spring Boot Angular CRUD Application. CRUD is an acronym and stands for Create, Read, Update and Delete…

«‹12…910111213…117118›»

Popular categories

  • Java (252)
  • Codeigniter (103)
  • Spring Boot (89)
  • Python (89)
  • PHP (77)
  • Angular (50)
  • Flask (47)
Browse all →
© 2026 Roy Tutorials · Privacy · Terms
Loading…
↑