1 Star 0 Fork 0

GW / gw-http

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

gtc-base 开发标准库

该工程作为基础在项目中应用,封装了代码约束和一些常用解耦api

目录说明:

  • bean 容器Bean 提供从容器获取bean的工具

    • 提供容器获取bean方法,使用者不用关心具体实现是由spring容器还是其他容器提供bean服务;
    • 调用常用方法获取Bean gtcBeanHelper.getBean(...);
  • cache 缓存

    • 提供对缓存的使用。使用者不用关心具体实现是使用的何种缓存组件,由动态适配去实现。
    • 调用常用方法 gtcCacheHelper.xxx(...);
  • env 提供环境和属性的读取

    • 提供对环境访问的api,由动态适配去实现。
    • 调用常用方法 gtcPropertyHelper.xxx(...);
  • convert 数据转换

    • 提供通用数据转换接口
  • data 数据 提供模型数据规范

  • lang 基础工具

  • log 日志封装

  • gpa 持久化定义

  • user 用户定义,包含用户会话,权限

  • util 常用静态工具类

  • gtc 提供常用工具方法

其他:

  • 对于其他可以抽象的标准实现,可以在该工程下添加更多的规范和通用接口
MIT License Copyright (c) 2023 zhangjun98 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

gw-http-模块封装 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/gw_3/gw-http.git
git@gitee.com:gw_3/gw-http.git
gw_3
gw-http
gw-http
master

搜索帮助