根据案例用idea写mybatis时报错如下,有没有大佬知道怎么解决啊

[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building day01_eesy_01mybatis 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ day01_eesy_01mybatis ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ day01_eesy_01mybatis ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ day01_eesy_01mybatis ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory D:\Java\IdeaProjects\day01_eesy_01mybatis\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ day01_eesy_01mybatis ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 1 source file to D:\Java\IdeaProjects\day01_eesy_01mybatis\target\test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] ����֧��Դѡ�� 5����ʹ�� 6 ����߰汾��
[INFO] 2 errors
[INFO] -------------------------------------------------------------

设置为utf-8编码