incubator-teaclave-java-tee-sdk
incubator-teaclave-java-tee-sdk copied to clipboard
Can teaclave support the persistence operation, such as h2database
基于samples/springboot项目,在common和enclave模块增加h2db的crud操作,目前程序能正常运行,save操作没有报错。 但涉及到读数据的接口,返回内容就是null,即使不是返回数据库中的内容。
service:
controller:(返回null)
在enclave模块中读一个文件呢?能够读到吗?