dbsd_kczx_java/jeecg-boot/jeecg-cloud-module/jeecg-cloud-gateway
zhangdaiscott fe1b58ade2 还原long精度改造,导致了两个严重问题
1表单的日期字段,不能显示日期格式
2前端分页插件报错
2021-09-26 17:35:30 +08:00
..
src/main 还原long精度改造,导致了两个严重问题 2021-09-26 17:35:30 +08:00
Dockerfile JeecgBoot 2.4.6版本发布 2021-08-13 15:27:32 +08:00
README.md JeecgBoot 2.4.6版本发布 2021-08-13 15:27:32 +08:00
pom.xml JeecgBoot 2.4.6版本发布 2021-08-13 15:27:32 +08:00

README.md

服务化改造手册

注意 :启动服务跨域问题处理 
1、需要将common 模块的 WebMvcConfiguration corsFilter 注掉 后面做成注解切换
2、org.jeecg.config.shiro.filters.JwtFilter类的 65行跨域代码注释掉