Coder Social home page Coder Social logo

mvn-repo's Introduction

說明

License: MIT

Last Updated: 2024.02.27

Framework: spring boot 3.2.3

Version: JAVA JDK 17


db-utils

version 3.0

  1. BaseDAO (USE: extend BaseDAO)
  2. QueryUtil (使用 CriteriaBuilder 操作資料庫, USE: new QueryUtil)

shared-utils

version 3.0

  1. 統一 Response 格式 (USE: extend BaseController)
  2. Http 工具 (採用 HttpURLConnection, USE: HttpUtil)
  3. REST 工具 (採用 RestTemplate, USE: RestTemplateUtil)
  4. 驗證碼產生器 (USE: CaptchaUtil)
  5. 隨機金鑰產生器 (USE: GenerateKeyUtil)
  6. MD5 轉碼工具 (USE: MD5Util)
  7. File 工具 (USE: FileUtil)
  8. Hex 轉碼工具 (USE: HexUtil)
  9. JSON 轉換工具 (USE: JsonUtil)
  10. Log 工具 (採用 spring-boot-starter-logging, USE: Log)
  11. Object 工具 (用於 Pojo 屬性複製, USE: PojoUtil)
  12. 加解密工具 (AES 128 & RSA 2048, USE: AESUtil, RSAUtil)
  13. JWT Token 工具 (採用 jjwt 0.9.1, USE: JwtUtil)
  14. 字串壓縮工具 (USE: GzipStrUtil)
  15. Date Deserializer (USE: @JsonDeserialize(using = DateDeserializer.class), @JsonDeserialize(contentUsing=DateDeserializer.class))
  16. Date Serializer (USE: @JsonSerialize(using = JsonDateSerializer.class))
  17. SwaggerCreater (USE: SwaggerCreater)
  18. 獲得 Client IP (USE: IpUtils)
  19. 紀錄 Client IP 的攔截器 (USE: IpInterceptor)
  20. 確認 user 登入狀態攔截器 (USE: UserInterceptor - redisTemplate, whiteList)

mvn-repo's People

Contributors

jhying avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.