bes2008 / sqlhelper

SQL Tools ( Dialect, Pagination, DDL dump, UrlParser, SqlStatementParser, WallFilter, BatchExecutor for Test) based Java. it is easy to integration into any ORM frameworks
https://github.com/fangjinuo/sqlhelper
Apache License 2.0
311 stars 64 forks source link

新版本的仓库在哪里?没有找到 #204

Closed zljaaa closed 1 year ago

zljaaa commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

bes2008 commented 1 year ago
<dependency>
    <groupId>io.github.bes2008.solution.sqlhelper</groupId>
    <artifactId>sqlhelper</artifactId>
    <version>4.0.8</version>
</dependency>

把 groupId 统一调整为io.github.bes2008.solution.XXX即可。 例如sqlhelper的调整为io.github.bes2008.solution.sqlhelper 例如langx的调整为io.github.bes2008.solution.langx