Merge pull request #5066 from taosdata/hotfix/sangshuduo/TD-2873-fix-jdbcrestfuldemo-compile-issue

[TD-2873] <fix>: fix JdbcRestfulDemo.java compile issue.
This commit is contained in:
huili 2021-01-28 13:31:30 +08:00 committed by GitHub
commit 5de244e049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
<configuration>
<source>8</source>
<target>8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>