chore: add build instruction to refine example (#22943)
* fix: use latest version of jdbc connector * fix: remove locale and timezone to avoid confusing user * fix: update readme.md * fix: refine demo.c * fix: specify utf-8 in jdbc example pom.xml * fix: refine jdbc example doc * chore: add build instructions to go example
This commit is contained in:
parent
554b943727
commit
6bb1a86c86
|
@ -0,0 +1,3 @@
|
|||
go mod init demo
|
||||
go mod tidy
|
||||
go build
|
Loading…
Reference in New Issue