目录一、配置文件的作用二、配置文件的格式三、properties 配置文件说明3.1 properties 基本语法3.2 读取配置文件四、yml 配置文件说明4.1 yml基本语法4.2 yml 读取文件4.3 yml使用进阶4.3.1 配置对象4.3.2 配置集合
目录配置文件的作用SprintBoot的配置文件(两种)propertiesyml读取配置文件的方法:@Value注解读取单个配置项@ConfigurationProperties读取实体类1.将配置文件中的一组对象映射到实体类上:2.使用注入的方式将对象注
what is the nullable开发者_运维百科 integer and where can it be used?The nullable integer int? or Nullable<int> is a value type in C# whose value can be null or an integer value. It defaults to