SpringBoot使用PropertiesLoaderUtil
2022-05-05 本文已影响0人
飞鹩
一、编写读取properties文件的类PropertiesListenerConfig
二、编写监听器,实现ApplicationListener类
三、将监听器加到启动类的监听器上
codemessage.properties文件
使用:PropertiesListenerConfig.getProperty("200")
一、编写读取properties文件的类PropertiesListenerConfig
二、编写监听器,实现ApplicationListener类
三、将监听器加到启动类的监听器上
codemessage.properties文件
使用:PropertiesListenerConfig.getProperty("200")