Spring Boot知識點整理

1.自定義屬性及其使用方式: 1.1配置文件定義屬性及其調用方式, application.properties方式:html com.example.name=zhang com.example.anothername=${com.example.name}2 //相互調用 //隨機值定義方式以下: com.example.secret=${random.value} com.example
相關文章
相關標籤/搜索