incubator-teaclave-java-tee-sdk icon indicating copy to clipboard operation
incubator-teaclave-java-tee-sdk copied to clipboard

Can teaclave support the persistence operation, such as h2database

Open FantZero opened this issue 2 years ago • 1 comments

基于samples/springboot项目,在common和enclave模块增加h2db的crud操作,目前程序能正常运行,save操作没有报错。 但涉及到读数据的接口,返回内容就是null,即使不是返回数据库中的内容。

serviceimage

controller:(返回null) image

FantZero avatar Sep 01 '23 02:09 FantZero

在enclave模块中读一个文件呢?能够读到吗?

superajun-wsj avatar Sep 07 '23 08:09 superajun-wsj