Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

一个json支持多种操作, 独立url method #485

Merged
merged 4 commits into from
Nov 30, 2022

Commits on Nov 26, 2022

  1. Add files via upload

    TommyLemon authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    5637813 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    6e43d45 View commit details
    Browse the repository at this point in the history
  2. 一个json支持多种操作, 独立url method: crud

    1、目前是全局事物,所有操作都是一个connection
    2、后续优化调整:
    1) @transaction
    控制事物粒度, 配置@transaction,实现全局事物
    不配置@transaction,, 默认局部事物(和单条sql执行一样的流程)
    2)多数据源管理
    实现跨数据源操作
    cloudAndMonkey authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1aa6ed2 View commit details
    Browse the repository at this point in the history
  3. 一个json支持多种操作, 独立url method: crud

    1、目前是全局事物,所有操作都是一个connection
    2、后续优化调整:
    @transaction
    控制事物粒度, 配置@transaction,实现全局事物
    不配置@transaction,, 默认局部事物(和单条sql执行一样的流程)
    2)多数据源管理
    实现跨数据源操作
    cloudAndMonkey authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e7ca758 View commit details
    Browse the repository at this point in the history