2021
05-15
05-15
springBoot系列常用注解(小结)
@PropertySource作用是:对自定义的properties文件加载使用:@PropertySource(value={"classpath:people.properties"})或者@PropertySource(value="classpath:people.properties")properties文件,获取到值乱码问题乱码解决:file->settings-->fileencoding--> 勾选Transparentnative-to-ascillconversion@ImportResource作用:可以让spring的配置文件生效使用:在启用类上加ImportResource注解,如@ImportResource(valu...
继续阅读 >