public
class
}
@restcontroller
public
class
hellocontroller
}
zwt.port=123456
1.environment :可以通過 environment 的 getproperty 方法來獲取想要的配置資訊
import org.springframework.core.env.environment;
@restcontroller
public
class
hellocontroller
}
2.@value :可以注入具體的配置資訊
import org.springframework.beans.factory.annotation.value;
@restcontroller
public
class
hellocontroller")
private string myport;
("/hello"
)public string hello()
}
3.自定義配置類: prefix 定義配置的字首
@configurationproperties
(prefix ="zwt.port")
@component
public
class
myconfig
public
void
setport
(string port)
}
這樣這個類中就儲存了配置檔案中的資訊
@restcontroller
public
class
hellocontroller
}
通用配置,不區分環境
開發環境
測試環境
生產環境
在gradle配置檔案中新增
implementation 『org.springframework.boot:spring-boot-devtools』
Oracle補充筆記
1 約束 2 外連線 3 檢視 4 轉換函式 to char 將引數轉換為字串給我們看。to char 日期 表示日期的字串,格式 按照某種格式表示出來 to char hiredate,dd 03 to date 將字串解析為日期型別,為了新增表中date型別的字段的資料的,給不了日期型別 除了s...
flask補充筆記
在專案中建立乙個名為cofing.py的檔案 coding utf 8 import os 設定debug方式 debug true 設定session secret key os.urandom 24 設定資料庫相關資訊 dialect mysql driver mysqldb username ...
html css js補充筆記
元素 屬性 屬性值 內容 字型 段落標記 出現的地方上下文各空一行,注意是空,似h 此處換一行,注意是換 字型標記 size取1 7 標題字型 1,2,3,4,5,6,距上下文各空一行,注意是空 b加粗u下劃線i斜體 style可以用畫素設定大小克服字型大小限制 face可以用來設字型 等同要開啟新...