Skip to content

Releases: finovy/framework-cloud

0.2.1(May 8th, 2024)

08 May 08:05
Compare
Choose a tag to compare

Enhancement&Refactor

Upgrade Fastjson version 2.0.49

BugFix

Fix the issue of Unable to Find DisruptorEventConfiguration

0.2.0(April 23rd, 2024)

29 Apr 03:23
Compare
Choose a tag to compare

Enhancement&Refactor

  • Add a framework starter auth starter for unified integration with third-party logins
  • Upgrade Nacos version 2.3.2
  • Upgrade easyexcel version 3.3.4

BugFix

  • Modifying R error judgment resulted in inconsistent response codes

0.1.1(Mar 21st, 2024)

29 Apr 03:19
Compare
Choose a tag to compare

Enhancement&Refactor


  • Upgrade redisson 3.17.6 → 3.25.2
  • Upgrade MySQL connector 8.0.13 → 8.0.33
  • Upgrade Redisson to 3.25.2 and modify the implementation of framework-starter-redisson-client

0.1.0(Jan 3rd, 2024)

29 Apr 03:10
Compare
Choose a tag to compare

Project Introduction

This project does not involve the development of business code, but rather provides a solid and efficient development foundation. The framework predefines a series of dependency versions to ensure the overall consistency and stability of the project's technology stack. In addition to dependency management, we have also extended the functionality of some popular open-source projects to meet more specific and unique business requirements.

Functional Features

  1. Unified Dependency Management: All business projects can inherit from this parent project, ensuring that the technology component versions used in all sub-projects are consistent, greatly reducing version conflicts and technical risks.
  2. Extension of Open-Source Project Features: We have extended the functionalities of some popular open-source projects in the market, such as Nacos, to better adapt to the specific requirements of business projects.
  3. Rapid Development: By using this framework, business project teams can focus more on the development of business logic, without having to pay excessive attention to the underlying technical implementation and version compatibility issues.