Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

配置文件详解:自定义属性、随机数、多环境配置等

  • 在application.properties文件中添加自定义属性(单个属性使用);
  • 在application.properties文件中添加自定义属性(多个属性使用);
  • 配置数组注入;
  • 松散的绑定;
  • 参数的引用;
  • 随机数;
  • 使用自定义的配置文件company.properties怎么操作;
  • 在方法上使用@Bean的时候如何进行注入;
  • 自定义结构;
  • 校验; (其实就是使用org.hibernate.validator 的注解。)