Skip to content

Commit cf02384

Browse files
committed
Update README
1 parent 9508cc4 commit cf02384

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
## Spring Boot Data Accesss Examples
22

3+
### Implemented technologies
4+
35
* [Spring JDBC](demo-spring-jdbc)
46
* [Spring Data JPA](demo-spring-data-jpa)
57
* [jOOQ](demo-jooq)
68
* [MyBatis](demo-mybatis)
7-
* [Doma2](demo-doma2)
9+
* [Doma2](demo-doma2)
10+
11+
### Points to implement
12+
13+
* many to one
14+
* many to many
15+
* batch insert
16+
* generate key

0 commit comments

Comments
 (0)