How to Fix Error Caused by: java.util.MissingResourceException: Can‘t find bundle for base name xxx, locale zh_CN

Error reading propertied configuration file appears as follows:
may have a problem:

    uses resourcebundle.getbundle () with a file suffix, such as resourcebundle.getbundle (” jedis.properties “). The path to the.properties configuration file is incorrect.

How to Fix this error:

    drop the suffix, such as resourcebund.getbundle (” jedis “). The JavaSE project configuration files (such as Jedis.properties) need to be placed in the SRC directory, and the JavaWeb project needs to be placed in the Resource directory.

Read More: