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
相关文章
相关标签/搜索