Tag

Route

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 20, 2023 · Backend Development

How Spring Cloud Gateway Initializes Predicates and Routes Internally

This article explains how Spring Cloud Gateway (Hoxton.SR11) creates and configures predicate factories, binds their Config objects, builds Route objects, caches them with CachingRouteLocator, and finally matches incoming requests to the appropriate route using asynchronous predicates.

JavaPredicateRoute
0 likes · 10 min read
How Spring Cloud Gateway Initializes Predicates and Routes Internally
php中文网 Courses
php中文网 Courses
Feb 18, 2021 · Operations

Linux Network Configuration Commands: ifconfig, ifup/ifdown, and route

The article explains how to use the Linux commands ifconfig, ifup/ifdown, and route for querying and modifying network interfaces, IP addresses, subnet masks, MTU values, and routing tables, providing example usages and practical tips for immediate effect.

Routeifconfigifdown
0 likes · 5 min read
Linux Network Configuration Commands: ifconfig, ifup/ifdown, and route
Laravel Tech Community
Laravel Tech Community
Apr 26, 2020 · Backend Development

Laravel Route Cheat Sheet and Usage Guide

This article provides a concise Laravel Route cheat sheet, explaining basic route definitions, resource routes, error handling, parameters, HTTP methods, middleware, named routes, prefixes, namespaces, subdomain routing, and includes practical code examples for each feature.

BackendLaravelPHP
0 likes · 5 min read
Laravel Route Cheat Sheet and Usage Guide
DevOps Cloud Academy
DevOps Cloud Academy
Sep 24, 2019 · Cloud Native

Step-by-Step Guide to Changing Domain Names from OpenShift 3.9 (ocp6) to ocp7

This article documents a complete, tested procedure for modifying the domain name of an OpenShift 3.9 cluster from ocp6 to ocp7, covering two configuration methods, required file edits, service restarts, route updates, OAuth client adjustments, and common pitfalls with screenshots and command examples.

DevOpsDomainOpenShift
0 likes · 10 min read
Step-by-Step Guide to Changing Domain Names from OpenShift 3.9 (ocp6) to ocp7