配置文件GBK编码

This commit is contained in:
钱涛 2022-05-11 09:26:49 +08:00
parent 9dc5a396f2
commit bdf3a422d6
2 changed files with 5 additions and 9 deletions

View File

@ -7,12 +7,8 @@
<setting name="mapUnderscoreToCamelCase" value="true"></setting>
</settings>
<plugins>
<plugin interceptor="weaver.conn.mybatis.MyBatisCachePlugin">
</plugin>
<!--注意这里要写成PageInterceptor, 5.0之前的版本都是写PageHelper, 5.0之后要换成PageInterceptor-->
<plugin interceptor="com.github.pagehelper.PageInterceptor">
<property name="dialect" value=""/>
</plugin>
<plugin interceptor="weaver.conn.mybatis.MyBatisCachePlugin"></plugin>
<plugin interceptor="com.github.pagehelper.PageInterceptor"></plugin>
</plugins>
<environments default="development">
<environment id="development">

View File

@ -1,7 +1,7 @@
#??????
#是否打印日志
log=ture
#??????
#开启访问权限
isPermission=false
#??????id
#薪酬管理员角色
salaryAdminRoleId=28