|
devleekangho
Search posts...
Internal Traffic (traffic_type=internal)
Accessed from the dashboard.
This session is not logged.
용어정리
URI와 URL
KangHo Lee
Nov 28, 2024
Share
URI와 URL의 차이점
URI (Uniform Resource Identifier)
:
자원의 식별자를 나타내며, URL을 포함합니다.
@GetMapping 어노테이션에서 지정하는 경로는 URI입니다.
예: “/boards”
URL (Uniform Resource Locator)
:
자원의 위치를 나타내며, 네트워크 상에서 자원을 찾기 위한 주소입니다.
예: http://example.com/boards
💡
모든 URL은 URI의 한 형태이지만, 모든 URI가 반드시 URL인 것은 아닙니다.
Share article
Share
devleekangho
RSS
·
Powered by Inblog