Skip to content

Commit

Permalink
Spring Boot 3.2 jdbcClient
Browse files Browse the repository at this point in the history
  • Loading branch information
qihaiyan committed Nov 25, 2023
1 parent 5fa6c92 commit f211919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ include 'spring-cloud-gateway'
include 'spring-rest-template-log'
include 'json-utils'
include 'spring-data-envers-conditional'
include 'spring-data-jdbc-client'

1 change: 1 addition & 0 deletions spring-data-jdbc-client/src/main/resources/schema.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
create table my_data(id integer, name varchar(255));

0 comments on commit f211919

Please sign in to comment.