Add example project

This commit is contained in:
김선우
2025-02-02 20:10:29 +09:00
parent 5343f0a813
commit 997f12426f
8 changed files with 389 additions and 0 deletions

10
bindings/java/example/.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
sample.db
sample.db-wal
### IntelliJ IDEA ###
.idea