Skip to content

Commit

Permalink
refactor: 优化
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Dec 14, 2023
1 parent 929c43e commit 2c9fadb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hsweb-easy-orm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.90.Final</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void test() {
"age int," +
"addr varchar2(128))"));

sqlExecutor.execute(SqlRequests.of("create index test_index on test_index_parser (age)"));
sqlExecutor.execute(SqlRequests.of("create index test_index_0 on test_index_parser (age)"));

sqlExecutor.execute(SqlRequests.of("create unique index test_index_2 on test_index_parser (name)"));

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<logback.version>1.2.9</logback.version>
<fastjson.version>1.2.83</fastjson.version>
<hsweb.expands.version>3.0.2</hsweb.expands.version>
<reactor.version>2020.0.36</reactor.version>
<reactor.version>2020.0.31</reactor.version>
<r2dbc.version>Borca-SR2</r2dbc.version>
</properties>

Expand Down

0 comments on commit 2c9fadb

Please sign in to comment.