springCloud 不同專案互相呼叫介面

2021-10-08 10:32:08 字數 1547 閱讀 5665

a專案

1.呼叫介面類

public

static string defaultconnection

(string method, string path,

int timeout,

int readtimeout, string data)

throws exception

catch

(exception e)

//第2步,驗證連線的型別,必須是httpurlconnection

//第3步,傳送報文

try

catch

(exception e)

finally

//第4步,校驗返回狀態
try

//第5步,接收報文
try

}catch

(exception e)

finally

return sb.

tostring()

;}

2. 呼叫方法

public

void

testtoken()

";system.out.

println

("uuid=="

+uuid)

; string responseentity ="";

trycatch

(exception e)

system.out.

println

("responseentity=="

+responseentity)

;}

b專案(value =

結果a

b

不同專案配置不同的 Git 賬號

遇到 在一台電腦裡,通常會遇到這種情況。有公司的 git 賬號提交公司的 gitlab,有自己的 github 賬號提交 github 倉庫。比如像我的公司 git 賬號為 xiaojia,但我的 github 賬號為 linda0821,並且郵件也不一樣。當我設定 git 全域性 name 和 e...

Nginx 配置不同網域名稱訪問不同專案

訪問 www.test1.com 預設解析到 http ip test1 專案 server error page 500 502 503 504 50x.html location 50x.html 訪問 www.test2.com 預設解析到 http ip test2 專案 server er...

為不同專案設定不同的git賬號

安裝git的時候,按照網上的教程安裝完成後,就設定了全域性的git使用者,就是說所有的git專案都會使用這個使用者名稱和郵箱,如下設定的 git config global user.name username git config global user.email useremail 可以使用g...