配置文件GBK编码
This commit is contained in:
parent
9dc5a396f2
commit
bdf3a422d6
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#??????
|
||||
#是否打印日志
|
||||
log=ture
|
||||
#??????
|
||||
#开启访问权限
|
||||
isPermission=false
|
||||
#??????id
|
||||
#薪酬管理员角色
|
||||
salaryAdminRoleId=28
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue