# springboot-pd **Repository Path**: myeciplise/springboot-pd ## Basic Information - **Project Name**: springboot-pd - **Description**: springboot 整合PageData 项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-01-18 - **Last Updated**: 2021-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-pd #### 项目介绍 springboot 整合PageData 项目 整合多数据源 动态数据源 整合swwager2-ui 可跳转jsp 页面 整合无配置文件dubbo 服务 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) #####功能 1.后台和前端交互: jsp/json格式数据用@ResponseBody 2.后台权限控制: 不登陆不能访问其他接口 ==> ShiroConfiguration中进行了拦截,如果没有认证不能访问【loadShiroFilterChain】 控制权限信息: 用户登录的用户信息==>如果只是简单的身份认证没有权限的控制的话,那么这个方法可以不进行实现,直接返回null即可 3.hibernate和mybasic集成 4.rabbit 推送消息 5.dubbo的用途 【zookeeper】 6.七牛上传文件,下载文件 先注册空间和实名制 7.日志不打印==>加入配置文件log4j.properties 8.多数据源配置 9.返回html页面有问题???? 都配置好了 ##问题总结 maven中pom写了配置不能下载 可以把maven仓库包删除重新导入 git提交方式: 1.查看冲突-解决冲突:https://blog.csdn.net/rosten/article/details/17068285 2.https://blog.csdn.net/yapengliu/article/details/93711963