ignore整理

yun-zuoyi
alwaysfrin 7 years ago
parent 8ebe456cab
commit 90e8b2b608

@ -81,6 +81,11 @@ public class DemoSystemController {
}
}
/**
*
* @param lang
* @return
*/
@PutMapping(value="/language/update")
@ApiOperation(value="修改语言",notes = "修改系统语言,可用于国际化")
public ResultBean updateLanguage(SysLocaleLanguage lang) {

@ -12,6 +12,11 @@ filter.shiro.admin.filteruri = /adoperate/*
#用户授权过滤路径
filter.shiro.saadmin.filteruri = /saoperate/*
#是否允许前端跨域提交
impp.web.cross = true
#允许前端跨域提交ip地址
impp.web.cross.host = http://127.0.0.1
################ 主数据源 ################
# mysql
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver

Loading…
Cancel
Save