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

dao层转为jpa代码,不对逻辑层进行更改,并新增可以自定义数据库前缀 #1572

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 13, 2020

  1. jpa 更改

    yunsongliu authored and yunsongliu committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    e9a8d6a View commit details
    Browse the repository at this point in the history
  2. 1.完成sql翻译为jpa工作,用于兼容数据库

    2.数据库前缀可自定义,默认为xxl,配置项为xxl.tablename.prefix
    3.数据库自动生成配置增加
    4.修改获取分页数据代码
    yunsongliu authored and yunsongliu committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    ba45efd View commit details
    Browse the repository at this point in the history
  3. 根据2.2.0更新做出修改

    yunsongliu authored and yunsongliu committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    6645fd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. 新增primary_key_gen的初始化语句

    yunsongliu authored and yunsongliu committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    75b574c View commit details
    Browse the repository at this point in the history
  2. 新增primary_key_gen的初始化语句

    yunsongliu authored and yunsongliu committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    1ce9614 View commit details
    Browse the repository at this point in the history